Some minor fixes for mobile

This commit is contained in:
Julien Calixte
2023-08-09 11:00:16 +02:00
parent 768da3fb17
commit 126a9153a1
3 changed files with 13 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ li {
}
/* Wide screen */
@media only screen and (min-width: 750px) {
@media only screen and (min-width: 751px) {
.pilars {
flex-direction: row;
}