Start making homepage responsive

This commit is contained in:
Matthew Holt 2023-11-11 16:31:35 -07:00 committed by Francis Lavoie
parent 2f08716aec
commit 7294fc7309
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
3 changed files with 16 additions and 5 deletions

View file

@ -511,6 +511,20 @@ img.cite {
@media (max-width: 1350px) {
h1 {
text-align: center;
}
.asides {
flex-direction: column;
}
.action-buttons {
margin-bottom: 55px;
}
}