mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
logo test
This commit is contained in:
parent
866c6b46ee
commit
bf8165a366
BIN
assets.sketch
BIN
assets.sketch
Binary file not shown.
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user