mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
26 lines
339 B
SCSS
26 lines
339 B
SCSS
![]() |
.site-title {
|
||
|
display: inline-block;
|
||
|
font-size: ms( 4 );
|
||
|
font-weight: 300;
|
||
|
line-height: 1;
|
||
|
margin: 0 2rem 0 0;
|
||
|
max-width: none;
|
||
|
|
||
|
a {
|
||
|
color: #fff;
|
||
|
font-weight: 300;
|
||
|
|
||
|
&:hover,
|
||
|
&:focus,
|
||
|
&:active {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.site-header.home & {
|
||
|
display: inherit;
|
||
|
font-size: ms( 12 );
|
||
|
margin: 2rem 0 1rem;
|
||
|
}
|
||
|
}
|