1
1
Fork 0

Swapped creepy face for logo

This commit is contained in:
sharpshark28 2017-04-09 22:31:28 -05:00
parent bc11f4f448
commit db53aba3eb
4 changed files with 8 additions and 2 deletions

View file

@ -5,7 +5,7 @@
{{{ contents }}}
</div>
<img id="face" class="grid__col grid__col--1-of-2" src="../../assets/site/face.png" alt="" />
<img id="logo" class="grid__col grid__col--1-of-2" src="../../assets/site/logo.png" alt="" />
</header>
<ul class="posts grid">

View file

@ -38,6 +38,12 @@ body {
}
}
#logo {
margin-top: 2rem;
width: 14rem;
float: right;
}
.container {
padding: 0 $spacing-md;
max-width: $max-width;
@ -58,7 +64,7 @@ h1 + h2 {
}
@media (max-width: $qry-m) {
#face {
#logo {
display: none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

BIN
src/assets/site/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB