fix usage of rem where it was not meant to be
This commit is contained in:
parent
a57f38f3d9
commit
742c4b96cd
|
@ -65,7 +65,7 @@
|
||||||
/* Article-style layout. Center everything and give it a maximum width */
|
/* Article-style layout. Center everything and give it a maximum width */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 86rem;
|
max-width: 1200px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ section {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 43rem) {
|
@media (max-width: 600px) {
|
||||||
.tree .branch-container {
|
.tree .branch-container {
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue