Update logo and favicon

This commit is contained in:
Oliver Davies 2020-08-20 07:27:50 +01:00
parent f7b1e41977
commit 70681df30f
7 changed files with 18 additions and 13 deletions

View file

@ -0,0 +1,7 @@
#block-opdavies-branding img {
@apply h-8;
@screen md {
@apply h-12
}
}

View file

@ -1,6 +1,7 @@
@import './components/button.pcss';
@import './components/container.pcss';
@import './components/lead.pcss';
@import './components/logo.pcss';
@import './components/note.pcss';
@import './components/recommendation.pcss';
@import './components/table.pcss';