diff --git a/src/css/layout/_header.scss b/src/css/layout/_header.scss index a6ce97a..7f43a23 100644 --- a/src/css/layout/_header.scss +++ b/src/css/layout/_header.scss @@ -4,10 +4,26 @@ #header { top: 80px; position: absolute; + left: 50%; + transform: translate(-50%, 70px); + + > h1 { + font-size: 60pt; + display: inline-block; + color: _palette(accent1); + margin: 0 0 0 40px; + + &:first-child { + color: _palette(accent2); + margin: 0 0 0 10px; + } + } > #logo > img { height: 140pt; width: auto; + display: inline-block; + float: left; } /* @include breakpoint('<=xlarge') { diff --git a/src/index.html b/src/index.html index cc1eb57..d1b34a2 100644 --- a/src/index.html +++ b/src/index.html @@ -76,12 +76,12 @@