1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-03 02:58:15 +00:00
Files
stratos/src/stylesheets/components/_mainPageHeader.scss
2022-01-31 15:06:40 +00:00

14 lines
223 B
SCSS

.mainPageHeader {
background-color: $primary-colour;
padding: 2rem 0;
color: white;
font-size: 1.5em;
text-align: center;
font-weight: bold;
font-size: 3rem;
@include respond-to('medium') {
padding: 4rem 0;
}
}