fix usage of rem where it was not meant to be
This commit is contained in:
parent
a57f38f3d9
commit
742c4b96cd
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ section {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 43rem) {
|
||||
@media (max-width: 600px) {
|
||||
.tree .branch-container {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue