mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
update figure styling
This commit is contained in:
parent
f703936442
commit
9e89ff04cb
2 changed files with 10 additions and 1 deletions
|
@ -101,4 +101,13 @@
|
|||
a:not(code a) {
|
||||
@apply external-link;
|
||||
}
|
||||
figure {
|
||||
@apply inline-block my-2;
|
||||
}
|
||||
figure img {
|
||||
@apply align-top mb-2;
|
||||
}
|
||||
figure figcaption {
|
||||
@apply text-center;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue