fix horizontal scrollbar in docs

maybe putting domain-specific rules in your shared css doesn't make sense
This commit is contained in:
liquidex 2024-08-27 14:23:53 +02:00
parent 3380498441
commit ca25f27b4b
2 changed files with 5 additions and 3 deletions

View file

@ -17,9 +17,6 @@
body { body {
margin: 0; margin: 0;
width: 100vw;
height: 100vh;
color: var(--color-text); color: var(--color-text);
line-height: 1.4; line-height: 1.4;
} }

View file

@ -3,6 +3,11 @@
/* Main container layout */ /* Main container layout */
body {
width: 100vw;
height: 100vh;
}
main { main {
width: 100%; width: 100%;
height: 100%; height: 100%;