Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 24, 2023
1 parent 15e614a commit cb18082
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
11 changes: 4 additions & 7 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ ul.primary-menu {

nav.nav-primary.show {
margin-top: 2rem;
max-height: 100vh;
transition: var(--transition);

visibility: visible;
Expand Down Expand Up @@ -388,7 +387,7 @@ ul.primary-menu {
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 100vh;
min-height: 100svh;
}

.hero h1, .hero h2, .hero h3, .hero a.home-phone {
Expand Down Expand Up @@ -428,7 +427,7 @@ ul.primary-menu {
.hero .background-overlay {
height: 100%;
width: 100%;
min-height: 100vh;
min-height: 100svh;
top: 0;
left: 0;
position: absolute;
Expand Down Expand Up @@ -661,7 +660,7 @@ ul.primary-menu {

.map-widget-container {
position: relative;
padding-bottom: 75%;
padding-bottom: 100%;
height: 0;
overflow: hidden;
height: 50%;
Expand Down Expand Up @@ -783,12 +782,10 @@ a.top-link {
a.top-link > i {
color: var(--accent-color);
text-shadow: var(--text-shadow);
/* border: 1px solid var(--primary-color);*/
border-radius: 100px;
/* padding: 1px 0 0;*/

}
a.top-link > i:hover {
/* text-shadow: none;*/
text-shadow: none;
}
/*Top Link*/
Loading

0 comments on commit cb18082

Please sign in to comment.