Swapped creepy face for logo
This commit is contained in:
parent
bc11f4f448
commit
db53aba3eb
4 changed files with 8 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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
BIN
src/assets/site/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Reference in a new issue