Mobile layout fixes.

This commit is contained in:
softsimon
2022-02-06 04:44:40 +04:00
parent 91082f27e7
commit ff4c097c48
6 changed files with 43 additions and 20 deletions

View File

@@ -6,4 +6,19 @@ ul {
form {
float: right;
width: 300px;
@media (max-width: 767.98px) {
width: 90%;
margin-bottom: 15px;
}
}
@media (max-width: 767.98px) {
.nav-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
}
}