chore: re-size logo

Refs: #441
This commit is contained in:
Oliver Davies 2021-11-26 19:02:33 +00:00
parent 1ae67353f2
commit bd790272da
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,8 @@
@layer components { @layer components {
#block-opdavies-branding img {
@apply w-16 h-16 text-blue-primary fill-current dark:text-blue-400 md:w-18 md:h-18
}
.link { .link {
@apply underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white; @apply underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
text-decoration-thickness: 1px; text-decoration-thickness: 1px;

View file

@ -43,6 +43,7 @@ module.exports = {
3: '3px' 3: '3px'
}, },
width: { width: {
18: '4.5rem',
96: '24rem' 96: '24rem'
} }
} }