Fixed ul css
This commit is contained in:
parent
b977033eb9
commit
d655c2778b
1 changed files with 5 additions and 8 deletions
|
|
@ -66,7 +66,7 @@ a {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.ul,
|
||||
ul,
|
||||
ol {
|
||||
text-align: center;
|
||||
margin: 0 0 35px;
|
||||
|
|
@ -99,11 +99,14 @@ ol {
|
|||
a {
|
||||
color: $light;
|
||||
}
|
||||
ul {
|
||||
font-size: 14px;
|
||||
}
|
||||
.nav {
|
||||
li {
|
||||
&.active {
|
||||
outline: nonte;
|
||||
background-color: rgba($light, 0.3);
|
||||
background-color: rgba($light, 0.3);
|
||||
}
|
||||
a {
|
||||
-webkit-transition: background .3s ease-in-out;
|
||||
|
|
@ -272,12 +275,6 @@ ol {
|
|||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
@media(min-width:767px) {
|
||||
.content-section {
|
||||
padding-top: 250px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue