update ikiwiki css

urosm 2024-03-04 00:03:40 +01:00
parent d6ed89e2f9
commit b905e0d769
1 changed files with 5 additions and 0 deletions

View File

@ -223,6 +223,11 @@ a:visited:active {
}
/* layout */
body {
max-width: 100vw;
max-height: 100vh
}
body>main {
margin: 0 auto;
width: max-content;