fix usage of rem where it was not meant to be

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

View file

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