mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
update opening figures' style
This commit is contained in:
parent
add51e5b0d
commit
3a194bb475
1 changed files with 6 additions and 2 deletions
|
@ -9,12 +9,16 @@
|
|||
@apply border-none text-center;
|
||||
}
|
||||
|
||||
.chapter-opening-figure > figure {
|
||||
@apply mb-0;
|
||||
}
|
||||
|
||||
.chapter-opening-figure > span {
|
||||
@apply font-bold;
|
||||
@apply text-sm font-bold;
|
||||
}
|
||||
|
||||
.chapter-opening-figure > p {
|
||||
@apply text-sm leading-6;
|
||||
@apply mt-0 text-xs italic leading-6;
|
||||
}
|
||||
|
||||
.chapter-opening-figure > hr {
|
||||
|
|
Loading…
Reference in a new issue