mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/layout: reduce margin even more for long text h3 heading
This commit is contained in:
parent
b710906404
commit
3189857c77
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.long-text-noto h3) {
|
:global(.long-text-noto h3) {
|
||||||
margin-bottom: -5px;
|
margin-bottom: -10px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue