Limit max size of page to 800px

This commit is contained in:
rebuilt 2023-03-10 12:19:36 -08:00
parent e7640635cf
commit e111838eb3
4 changed files with 9 additions and 5 deletions

View file

@ -38,3 +38,7 @@
.relative {
position: relative;
}
.content-narrow {
max-width: 800px;
}