fix(markdown): align article headings

This commit is contained in:
2026-06-11 21:22:10 +03:30
parent 53d989f730
commit da95b4ec99
2 changed files with 8 additions and 4 deletions

View File

@@ -97,6 +97,10 @@ All colors MUST be HSL.
}
@layer base {
html {
scroll-behavior: smooth;
}
* {
@apply border-border;
}