mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 19:45:13 +00:00
Fix h1 sizing
This commit is contained in:
parent
61b1037254
commit
386bc6806c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
.prose h1 {
|
||||
color: #2f5e88;
|
||||
position: relative;
|
||||
width: max-content;
|
||||
width: fit-content;
|
||||
}
|
||||
.prose h1::after {
|
||||
content: "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue