Fixed css list bug (issue #14)

This commit is contained in:
Panos Sakkos 2015-10-07 20:28:31 +02:00
parent 1a74cab8dc
commit 9024728953
4 changed files with 5 additions and 30 deletions

View file

@ -66,7 +66,8 @@ a {
font-weight: 400;
}
.personal-list {
.ul,
ol {
text-align: center;
margin: 0 0 35px;
font-size: 20px;
@ -292,28 +293,6 @@ a {
}
}
.btn {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid $primary;
color: $primary;
background-color: transparent;
&:hover,
&:focus {
border: 1px solid $primary;
outline: none;
color: $dark;
background-color: $primary;
}
}
ul.banner-social-buttons {
margin-top: 0;
}