1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

header tweaks

This commit is contained in:
Matthias Kretschmann 2018-03-18 21:15:40 +01:00
parent 6d3bc636a8
commit 5a9c553920
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 6 deletions

View File

@ -1,21 +1,21 @@
@import 'variables';
.header {
padding: $spacer / 4 $spacer / 2;
padding: $spacer / 2;
}
.header__title,
.header__description {
display: inline-block;
margin-bottom: 0;
}
.header__title {
margin-bottom: 0;
font-size: $font-size-h2;
font-size: $font-size-h3;
margin-right: $spacer / 2;
color: $brand-main;
}
.header__description {
margin-bottom: 0;
font-size: $font-size-large;
}

View File

@ -22,7 +22,7 @@ $text-color-light: $brand-grey-light;
$font-size-root : 16px;
$font-size-base : 1rem;
$font-size-large : 1.45rem;
$font-size-large : 1.2rem;
$font-size-small : .8rem;
$font-size-mini : .6rem;
@ -43,7 +43,7 @@ $font-color-base : $text-color;
$font-family-monospace : Menlo, Monaco, Consolas, 'Courier New', monospace;
$font-family-headings : 'brandon-grotesque', 'futura-pt', 'le-havre', 'Avenir Next', 'Helvetica Neue',Helvetica,Arial,sans-serif;
$font-weight-headings : 700;
$font-weight-headings : 500;
$line-height-headings : 1.1;
$color-headings: $brand-main;