Add body max width.

This commit is contained in:
Sergio Martínez Portela 2022-09-29 23:49:10 +02:00
parent 2d6a994476
commit 8d136312b7

View File

@ -6,6 +6,11 @@ html, body {
font-size: 110%;
}
body {
max-width: 80ex;
margin: 0 auto;
}
@font-face {
font-family: "Atkinson Hyperlegible";
src: url('./fonts/atkinson-hyperlegible/eot/Atkinson-Hyperlegible-Regular-102.eot');