Skip to content

Commit

Permalink
fix: responsive thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Nov 18, 2024
1 parent 609c2d7 commit fa1e9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ em {
top: 0;
left: 50%;
width: 100%;
max-width: 1440px;
max-width: min(1280px, 90vw);
position: fixed;
margin-left: -720px;
transform: translateX(-50%);
margin-top: 10px;
padding: 0px 20px;
border-radius: 100px;
Expand Down

0 comments on commit fa1e9bb

Please sign in to comment.