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

This commit is contained in:
wukko 2024-09-06 16:59:37 +06:00
parent b710906404
commit 3189857c77
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -463,7 +463,7 @@
}
:global(.long-text-noto h3) {
margin-bottom: -5px;
margin-bottom: -10px;
font-size: 17px;
}