demarches-normaliennes/app/assets/stylesheets/title.scss
2021-02-02 15:26:11 +01:00

12 lines
197 B
SCSS

@import "constants";
.huge-title {
text-align: center;
margin-bottom: 20px;
font-size: 35px;
font-weight: bold;
@media (max-width: $two-columns-breakpoint) {
font-size: 25px;
}
}