Compare commits

..

1 commit

Author SHA1 Message Date
8017f7d4f8 WIP 2025-10-27 18:44:18 -05:00
2 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="en-us">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

View file

@ -68,8 +68,6 @@ h6 {
color-scheme: light dark; color-scheme: light dark;
--text: light-dark(#000000, #FFFFFF); --text: light-dark(#000000, #FFFFFF);
--bg: light-dark(#FFFFFF, #000000); --bg: light-dark(#FFFFFF, #000000);
font-family: sans-serif;
} }
@ -77,7 +75,7 @@ h6 {
/* structural */ /* structural */
body { body {
margin: 0 auto; margin: 0 auto;
max-width: max(768px, 100ch); max-width: max(768px, 50vw);
} }
html { html {
@ -101,7 +99,7 @@ footer {
} }
main { main {
margin: 1rem; margin: 0 1rem;
} }
nav { nav {