diff --git a/full/index.html b/full/index.html index 0776dc6..882e596 100644 --- a/full/index.html +++ b/full/index.html @@ -1,5 +1,5 @@ - +
diff --git a/full/style.css b/full/style.css index 56e8a8d..f672a1a 100644 --- a/full/style.css +++ b/full/style.css @@ -68,6 +68,8 @@ h6 { color-scheme: light dark; --text: light-dark(#000000, #FFFFFF); --bg: light-dark(#FFFFFF, #000000); + + font-family: sans-serif; } @@ -75,7 +77,7 @@ h6 { /* structural */ body { margin: 0 auto; - max-width: max(768px, 50vw); + max-width: max(768px, 100ch); } html { @@ -99,7 +101,7 @@ footer { } main { - margin: 0 1rem; + margin: 1rem; } nav {