78 lines
1.2 KiB
SCSS
78 lines
1.2 KiB
SCSS
@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Raleway');
|
|
|
|
$text-font: 'Raleway';
|
|
$big-font: 'Raleway';
|
|
$color-main: #36e281;
|
|
$color-secondary: darken($color-main, 10%);
|
|
$color-text: black;
|
|
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-family: $text-font;
|
|
line-height: 1.3em;
|
|
font-size: 14px;
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
margin: auto;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
div.name {
|
|
font-size: 1.25em;
|
|
margin: 25px;
|
|
font-family: $big-font, serif;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.25em;
|
|
font-family: $big-font, serif;
|
|
font-weight: normal;
|
|
margin: 10px;
|
|
color: $color-secondary;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.1em;
|
|
font-weight: normal;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
div.contact {
|
|
background-color: $color-main;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.contact-item {
|
|
padding: 10px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
div.contact-content {
|
|
padding-left: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
main {
|
|
margin: auto;
|
|
max-width: 90%;
|
|
}
|
|
|
|
div.section-content {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
div.position-location {
|
|
color: lighten($color-text, 30%);
|
|
}
|
|
|
|
div.position ul {
|
|
}
|