okiee fixed the styling~
This commit is contained in:
parent
b43ce422dc
commit
d3686e5029
13 changed files with 68 additions and 26 deletions
|
|
@ -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;
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue