diff --git a/web/themes/custom/opdavies/assets/css/components.pcss b/web/themes/custom/opdavies/assets/css/components.pcss index ba8baad..591d57f 100644 --- a/web/themes/custom/opdavies/assets/css/components.pcss +++ b/web/themes/custom/opdavies/assets/css/components.pcss @@ -1,4 +1,8 @@ @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 { @apply underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white; text-decoration-thickness: 1px; diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index 69f86b9..14d8247 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -43,6 +43,7 @@ module.exports = { 3: '3px' }, width: { + 18: '4.5rem', 96: '24rem' } }