demarches-normaliennes/app/assets/stylesheets/new_design/title.scss

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;
}
}