Update default.css

This commit is contained in:
Hamid Ahmadi 2024-07-30 11:43:12 +03:30 committed by GitHub
parent 4a19306d33
commit ee4ce45aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -359,9 +359,9 @@ input[type="search"]::-webkit-search-cancel-button {
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
body{ body{
width: calc(100vw + 1em);
} }
.navbar{ .navbar{
flex-direction:unset;
height: 70px; height: 70px;
} }
.navbar > .searchbar{ .navbar > .searchbar{