Fixed css list bug (issue #14)
This commit is contained in:
parent
1a74cab8dc
commit
9024728953
4 changed files with 5 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue