mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-23 07:47:55 +00:00
f2321f1627
We don't use SASS so this was misleading. Signed-off-by: Piotr Bocheński <bochenski.piotr@gmail.com>
28 lines
450 B
SCSS
28 lines
450 B
SCSS
body {
|
|
font-family: 'Roboto', sans-serif;
|
|
font-weight: 300;
|
|
line-height: 1.7;
|
|
font-size: 1.12rem;
|
|
color: $color-grey-dark;
|
|
}
|
|
|
|
.mainHeading {
|
|
text-transform: uppercase;
|
|
font-size: 5rem;
|
|
color: $color-secondary;
|
|
|
|
& span {
|
|
color: $color-primary;
|
|
}
|
|
}
|
|
|
|
.section__title {
|
|
font-size: 2.1rem;
|
|
color: $color-grey-dark;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
text-transform: uppercase;
|
|
font-family: 'Oswald', sans-serif;
|
|
}
|