publik-base-theme/static/publik-famille-demo/_custom.scss

30 lines
355 B
SCSS

h1 {
font-size: $fz-1;
font-weight: 800;
}
h2 {
font-size: $fz-2;
font-weight: 700;
}
h3 {
font-size: $fz-3;
font-weight: 600;
}
div#main-content {
margin-top: 6rem;
@media($max-mobile-viewport) {
margin-top: 1rem;
}
}
%pf-field {
padding: 0.5rem;
font-size: $font-size;
background-color: $gray-light;
border-radius: $border-radius;
}