Skip to content

Commit

Permalink
fix billboard-content centering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KevZ1209 committed May 2, 2024
1 parent e3b6798 commit b6cc642
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@
}

.billboard-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

width: 100%;
display: inline-block;
max-width: 1000px;
margin: auto;
padding-top: 200px;
}

.billboard-logo {
Expand Down

0 comments on commit b6cc642

Please sign in to comment.