Fix SiteTitle style on Footer
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
}
|
||||
&:last-child {
|
||||
display: inline-block;
|
||||
margin-left: -6px;
|
||||
margin-left: -7px;
|
||||
color: $color-secondary;
|
||||
}
|
||||
}
|
||||
span {
|
||||
|
||||
@@ -14,22 +14,22 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
// Site title
|
||||
&__title {
|
||||
grid-column: span var(--columns);
|
||||
grid-row: 1;
|
||||
display: block;
|
||||
margin-bottom: 40px;
|
||||
text-decoration: none;
|
||||
|
||||
@include bp (sm) {
|
||||
grid-column: 2 / span 5;
|
||||
grid-row: 1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
strong:nth-of-type(2) {
|
||||
color: $color-secondary;
|
||||
margin: -3px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Links
|
||||
&__links {
|
||||
grid-column: span var(--columns);
|
||||
grid-row: 2;
|
||||
|
||||
Reference in New Issue
Block a user