Set min width

This commit is contained in:
Akko
2022-03-18 19:31:59 +01:00
parent 3012ee6bfa
commit f25f2a8c9e
9 changed files with 20 additions and 14 deletions

View File

@@ -56,8 +56,9 @@ a, a:visited {
}
#content, #header, #footer {
max-width: var(--site-width);
margin: auto;
min-width: 500px;
max-width: var(--site-width);
margin: auto;
}
/* Set the colors in <pre> blocks from the Leuven theme */