parent
1ae67353f2
commit
bd790272da
2 changed files with 5 additions and 0 deletions
web/themes/custom/opdavies
|
@ -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;
|
||||
|
|
|
@ -43,6 +43,7 @@ module.exports = {
|
|||
3: '3px'
|
||||
},
|
||||
width: {
|
||||
18: '4.5rem',
|
||||
96: '24rem'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue