Fixed site title for mobile.
This commit is contained in:
parent
1b64d40ec9
commit
8904003ac8
|
@ -292,6 +292,11 @@ p > img {
|
|||
font-weight: 300;
|
||||
font-size: 28px;
|
||||
letter-spacing: 1px;
|
||||
text-align: left;
|
||||
|
||||
@include mobile {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.site-description {
|
||||
|
|
Loading…
Reference in New Issue