This commit is contained in:
Iliyan Angelov
2025-10-10 02:01:46 +03:00
parent dd8eb1c7aa
commit f962401565
36 changed files with 2560 additions and 659 deletions

View File

@@ -32,7 +32,7 @@ body {
overflow-x: clip;
max-width: 100vw;
min-height: 100vh;
text-transform: capitalize;
text-transform: none;
&::-webkit-scrollbar {
width: 5px;
@@ -179,7 +179,7 @@ h4,
h5,
h6 {
font-family: var(--mont);
text-transform: capitalize;
text-transform: none;
}
.odometer {