fix usage of rem where it was not meant to be

This commit is contained in:
liquidex 2024-06-17 21:00:26 +02:00
parent a57f38f3d9
commit 742c4b96cd
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
/* Article-style layout. Center everything and give it a maximum width */
body {
max-width: 86rem;
max-width: 1200px;
margin-left: auto;
margin-right: auto;

View file

@ -58,7 +58,7 @@ section {
}
}
@media (max-width: 43rem) {
@media (max-width: 600px) {
.tree .branch-container {
flex-direction: column-reverse;
}