Fix main content layout on mobile

This commit is contained in:
Ethan Paul 2021-02-16 20:11:10 -05:00
parent 18c7656588
commit e5e665ea6d
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 14 additions and 0 deletions

View File

@ -200,3 +200,17 @@ ul.buttons li {
0% { transform: translate(-50%,-50%) rotate(0deg); }
100% { transform: translate(-50%,-50%) rotate(360deg); }
}
@media only screen and (max-width: 600px) {
#content {
padding: 0;
padding-bottom: 1em;
border-radius: 32px;
top: 6em;
}
#content p {
margin: 1em;
}
}