This commit is contained in:
Denys Konovalov
2020-07-12 10:41:10 +02:00
parent f8091f10ee
commit aef14e99a7
15 changed files with 147 additions and 77 deletions

View File

@@ -87,7 +87,7 @@ link:focus,
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 40px 0px;
padding: 35px 0px;
@include desktop {
padding: 20px;
@@ -117,7 +117,7 @@ link:focus,
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
border-bottom: 5px solid $primary-color;
padding: 15px;
top: 96px;
top: 85px;
border-radius: 0;
display: block;
visibility: hidden;
@@ -165,4 +165,4 @@ link:focus,
}
}
}
}
}