12 lines
197 B
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;
|
|
}
|
|
}
|