1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Scale the logo with the text

This commit is contained in:
Daniel Barber 2019-10-16 22:21:57 -04:00
parent d256b37b57
commit edb92a7550
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.logo__wrapper {
width: 140px;
width: 7rem;
line-height: 0;
margin-bottom: 1em;
}

View File

@ -454,7 +454,7 @@ pre {
width: 100%; }
.logo__wrapper {
width: 140px;
width: 7rem;
line-height: 0;
margin-bottom: 1em; }