Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 22, 2023
1 parent ed76106 commit cf9c07e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ ul.primary-menu {
@media only screen and (max-width: 768px) {

.site-header.flex {
-ms-grid-columns: 90% 10px 10%;
grid-template-columns: 90% 10%;
-ms-grid-columns: 80% 20%;
grid-template-columns: 80% 20%;
}

nav.nav-primary {
Expand Down Expand Up @@ -325,6 +325,7 @@ ul.primary-menu {
padding: 0;
visibility: visible;
cursor: pointer;
text-align: right;
}

.primary-menu {
Expand Down
Loading

0 comments on commit cf9c07e

Please sign in to comment.