Fixing the footer
This commit is contained in:
Родитель
c84f71fc93
Коммит
734748d63a
|
@ -106,7 +106,7 @@ a {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
color: $text-color;
|
||||
color: $brand-color;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -142,6 +142,22 @@
|
|||
float: left;
|
||||
margin-bottom: $spacing-unit / 2;
|
||||
padding-left: $spacing-unit / 2;
|
||||
|
||||
ul.links-join, ul.links-legal {
|
||||
margin: 5px 0;
|
||||
overflow: hidden;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
|
||||
&.wrap:before {
|
||||
content: "\00B7\00A0";
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer-col-1 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче