well i tried a bunch of things to fix the CSS, most did not work, will need some help

This commit is contained in:
Me
2022-11-30 23:32:11 +01:00
parent fc9c72b6b3
commit 6f7361a5dd
4 changed files with 67 additions and 8 deletions

View File

@@ -12,6 +12,11 @@ body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
/* tmp? */
background: bisque;
/* overflow-x: hidden; */
/* This seems to have fixed my pages that are too long */
/* but now i can't scroll anywhere ... */
/* overflow-y: hidden; */
}
a {