mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-09 08:05:19 +00:00
Michał
a499e6c840
Use reccommended database structure Switch to SQLite and update scheme along with it
16 lines
200 B
SCSS
16 lines
200 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
line-height: 1;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
min-height: 100vh;
|
|
|
|
background-color: $black100;
|
|
|
|
scroll-behavior: smooth;
|
|
} |