okiee fixed the styling~

This commit is contained in:
Tabby 2025-04-05 20:02:54 +11:00
parent b43ce422dc
commit d3686e5029
13 changed files with 68 additions and 26 deletions

View file

@ -19,6 +19,14 @@ body{
font-family: "Baloo Chettan 2";
}
hr {
width: 100%;
height: 0px;
border: 5px var(--accent);
border-style: dotted none none none;
max-width: var(--max-width);
}
// html {
// scroll-behavior: smooth;
// }