mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +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 = () => (
|
const Header = () => (
|
||||||
<header className="header">
|
<header className="header">
|
||||||
<hgroup className="name">
|
<hgroup className="name">
|
||||||
|
<span className="header__logo">␥</span>
|
||||||
<h1 className="header__title">{meta.title}</h1>
|
<h1 className="header__title">{meta.title}</h1>
|
||||||
<p className="header__description">{meta.tagline}</p>
|
<p className="header__description">{meta.tagline}</p>
|
||||||
</hgroup>
|
</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__title,
|
||||||
.header__description {
|
.header__description {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user