mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-26 17:46:06 +00:00
web/layout: add more padding and a separation line to h2 in long text
This commit is contained in:
parent
00c4531011
commit
6b49bce595
|
@ -528,6 +528,12 @@
|
|||
font-size: 19px;
|
||||
line-height: 1.3;
|
||||
margin-block-end: -0.3rem;
|
||||
padding: 6px 0;
|
||||
border-bottom: 1.5px solid var(--button-elevated-hover);
|
||||
}
|
||||
|
||||
:global(.long-text-noto img) {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
:global(table),
|
||||
|
|
Loading…
Reference in a new issue