Files
forkio/src/scss/_about.scss
Bartlomiej Pluta (PGS Software) af83bd5384 Implement code review suggestions
2018-04-03 10:58:20 +02:00

17 lines
255 B
SCSS

.about {
background-color: $background-light;
padding: 75px 0 0 30px;
height: 710px;
}
.about__title {
font-family: Montserrat, sans-serif;
font-weight: bold;
font-size: 48px;
color: $primary;
&--no-wrap {
white-space: nowrap;
}
}