Omphaloskepsis-2/assets/css/pages/_home.scss

17 lines
231 B
SCSS
Raw Normal View History

2025-01-04 19:22:41 +00:00
.site-content--homepage {
text-align: center;
& .page-title {
font-size: 2.5em;
margin-block-end: 1em;
@include mq("large") {
font-size: 4em;
}
& span {
display: block !important;
}
}
}