1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 17:40:03 +01:00

make the logo bigger. did I just say that?

This commit is contained in:
Matthias Kretschmann 2017-09-26 11:16:38 +02:00
parent 9d1c820f24
commit 01820e094d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -5,8 +5,8 @@
// default logo // default logo
.logo { .logo {
fill: $brand-04; fill: $brand-04;
width: 150px; width: 168px;
height: 35px; height: 40px;
display: block; display: block;
} }