Skip to content

Commit

Permalink
vertical mobile modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkruse committed Jan 11, 2024
1 parent 2fab6d6 commit 25981ba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,25 @@ figure p {
}
}

@media only screen and (max-height: 664px){
#intro p {
font-size: 2rem;
font-family: PPEiko-medium;
text-align: center;
padding: 0rem;
margin: 0rem;
/* max-width: 800px; */
margin: 0 auto;
}
#intro h1 {
font-size: 1rem;
font-family: PPEiko-heavy;
text-align: center;
padding: 0rem;
margin: 0rem;
}
}

#emojiCanvas {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 25981ba

Please sign in to comment.