Start making homepage responsive

This commit is contained in:
Matthew Holt 2023-11-11 16:31:35 -07:00 committed by Francis Lavoie
parent 7183805135
commit 09b9c74bfc
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
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;
}
}