minimal width

This commit is contained in:
thijs 2023-11-03 17:09:57 +01:00
parent 954c210074
commit 257c06cf42

View file

@ -61,6 +61,7 @@ header .banner {
header, main, footer {
max-width: 1200px;
min-width: 1000px;
margin: 20px auto;
padding: 20px;
border: 1px solid white;