Skip to content

Commit

Permalink
Fixed ul css
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Oct 20, 2015
1 parent b977033 commit d655c27
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ a {
font-weight: 400;
}

.ul,
ul,
ol {
text-align: center;
margin: 0 0 35px;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d655c27

Please sign in to comment.