Add more space to hover on Footer links
This commit is contained in:
@@ -65,21 +65,21 @@
|
||||
display: block;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-left: 12px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
@include bp (md) {
|
||||
margin-left: 16px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 12px;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-right: 12px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@include bp (md) {
|
||||
margin-right: 16px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -88,6 +88,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 8px;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font-size: rem(14px);
|
||||
|
||||
Reference in New Issue
Block a user