parent
1ae67353f2
commit
bd790272da
|
@ -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;
|
||||||
|
|
|
@ -43,6 +43,7 @@ module.exports = {
|
||||||
3: '3px'
|
3: '3px'
|
||||||
},
|
},
|
||||||
width: {
|
width: {
|
||||||
|
18: '4.5rem',
|
||||||
96: '24rem'
|
96: '24rem'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue