Skip to content

Commit

Permalink
Change #title size to 9vw on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Oct 23, 2023
1 parent d510e62 commit d5dac4b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ a {
grid-row-gap: 2rem;
}


.options {
max-width: unset;
}
Expand All @@ -168,6 +167,15 @@ a {
}
}

@media only screen and (max-device-width: 620px) {
#title {
font-size: 9vw;
font-weight: 300;
margin: auto;
line-height: 2;
text-align: center;
}
}
@media only screen and (max-height: 700px) {
footer {
display: none;
Expand Down

0 comments on commit d5dac4b

Please sign in to comment.