fix: visual touch-ups (#23012)

- **increase h2 mt**
- **tabs: remove rounded border**
- **fix page action icons**
- **increase article width**
- **reduce breadcrumb font size**
This commit is contained in:
Arthur
2025-07-07 12:41:58 +02:00
committed by GitHub
parent f3123f0506
commit a949a7335a
7 changed files with 20 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ input[type="search"]::-ms-clear {
margin-bottom: 0.4em !important;
}
> h2 {
@apply mt-5! mb-3!;
@apply mt-7! mb-3!;
font-size: 160% !important;
a {
@apply hover:no-underline!;