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>
<html lang="en-US">
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

View file

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