parent
1ae67353f2
commit
bd790272da
|
@ -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…
Reference in a new issue