Responsive Main page.

This commit is contained in:
codevictory
2022-01-04 21:55:18 +02:00
parent c134be0e8f
commit dd73ae44db
3 changed files with 43 additions and 0 deletions

View File

@@ -11,3 +11,9 @@
margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {
.NavBar {
flex-direction: column;
}
}