Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 25, 2023
1 parent a4c5492 commit 9522d6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
19 changes: 8 additions & 11 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,6 @@ ul.primary-menu {
}
}

@media only screen and (max-width: 1024px) {

.primary-menu a,
.dark .primary-menu a {
line-height: 66px;
}
}


@media only screen and (max-width: 992px) {

.nav-flex {
Expand All @@ -283,6 +274,11 @@ ul.primary-menu {
margin-bottom: 20px;
}

.site-title > a,
.dark .site-title > a {
height: 66px;
}

.primary-menu a {
font-size: 1rem;
}
Expand Down Expand Up @@ -651,10 +647,10 @@ ul.primary-menu {

.map-widget-container {
position: relative;
padding-bottom: 100%;
padding-bottom: 400px !important;
height: 0;
overflow: hidden;
height: 50%;
height: auto;
border: 1px solid var(--primary-color);
display: block;
}
Expand All @@ -664,6 +660,7 @@ ul.primary-menu {
left: 0;
width: 100% !important;
height: 100% !important;
max-height: 400px !important;
}

.contact-form label,
Expand Down
Loading

0 comments on commit 9522d6b

Please sign in to comment.