default styling on all images
This commit is contained in:
parent
333670d27d
commit
c1cd585aec
4 changed files with 31 additions and 25 deletions
|
@ -27,4 +27,11 @@
|
|||
li::marker {
|
||||
color: var(--color-gray-600);
|
||||
}
|
||||
|
||||
img {
|
||||
@apply py-0;
|
||||
@apply rounded-lg;
|
||||
@apply shadow-xl;
|
||||
@apply object-cover;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue