17 lines
253 B
SCSS
17 lines
253 B
SCSS
|
.site-content--homepage {
|
||
|
text-align: center;
|
||
|
|
||
|
& .page-title {
|
||
|
font-size: 2.5em;
|
||
|
margin-bottom: 1em;
|
||
|
@include mq('desktop') {
|
||
|
font-size: 4em;
|
||
|
}
|
||
|
|
||
|
& span {
|
||
|
display: block !important;
|
||
|
font-size: 0.3em;
|
||
|
}
|
||
|
}
|
||
|
}
|