1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00

logo test

This commit is contained in:
Matthias Kretschmann 2018-03-26 00:38:08 +02:00
parent 866c6b46ee
commit bf8165a366
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 0 deletions

Binary file not shown.

View File

@ -16,6 +16,7 @@ const SocialIcon = ({title}) => {
const Header = () => (
<header className="header">
<hgroup className="name">
<span className="header__logo"></span>
<h1 className="header__title">{meta.title}</h1>
<p className="header__description">{meta.tagline}</p>
</hgroup>

View File

@ -14,6 +14,14 @@
}
}
.header__logo {
display: block;
margin-top: -3rem;
font-size: 3rem;
color: $brand-grey-light;
margin-bottom: $spacer / 2;
}
.header__title,
.header__description {
display: inline-block;