mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 00:16:31 +01:00
web/layout: add more padding and a separation line to h2 in long text
This commit is contained in:
parent
00c4531011
commit
6b49bce595
1 changed files with 6 additions and 0 deletions
|
@ -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