Add job pages More news button on home page links to news page Small mobile fixes for new page and other pages
15 lines
267 B
SCSS
Vendored
15 lines
267 B
SCSS
Vendored
@use "../abstracts/variables" as *;
|
|
|
|
.page_title {
|
|
margin: 17px 0;
|
|
font-family: Montserrat, serif;
|
|
font-size: 30px;
|
|
@media (min-width: 768px) {
|
|
font-size: 40px;
|
|
}
|
|
font-weight: 600;
|
|
line-height: 1.15;
|
|
text-align: left;
|
|
color: $text-dark-color;
|
|
}
|