mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-05 21:18:13 +00:00
web/layout: reduce margin even more for long text h3 heading
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
This commit is contained in:
parent
b710906404
commit
3189857c77
|
@ -463,7 +463,7 @@
|
|||
}
|
||||
|
||||
:global(.long-text-noto h3) {
|
||||
margin-bottom: -5px;
|
||||
margin-bottom: -10px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue