Skip to content

Commit

Permalink
optimize home for ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Sep 26, 2024
1 parent 94396ff commit 1ebf4b4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,17 @@ input[type="text"]::placeholder {
padding-right: 10px;
}
.home {
display: flex;
flex-direction: column;
margin-top: 15%;
justify-content: center;
align-items: center;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
width: 100%;
height: 100%;
}
svg {
height: 100px;
Expand Down

0 comments on commit 1ebf4b4

Please sign in to comment.