Fixed ul css

This commit is contained in:
Panos Sakkos 2015-10-21 01:23:50 +02:00
parent b977033eb9
commit d655c2778b

View file

@ -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;