fix email address in footer

set max-width in ch instead of px
This commit is contained in:
stev 2023-09-20 23:04:16 +02:00
parent 708e911a6b
commit c38edb84d9
8 changed files with 22 additions and 11 deletions

View file

@ -1,6 +1,6 @@
body {
font-family: monospace;
max-width: 750px;
max-width: 80ch;
margin: auto;
background: black;
color: lime;