Increased layout width with large screens

This commit is contained in:
Leilukin 2023-06-23 16:07:53 +08:00 committed by Helen Chong
parent ce2c0ea1c3
commit 2e7c25fa23

View File

@ -457,7 +457,13 @@ article, .content-container {
} }
aside { aside {
width: 13rem; width: 12rem;
}
}
@media only screen and (min-width: 68.75rem) {
main {
width: 68.75rem;
} }
} }