Compare commits

..

2 commits

Author SHA1 Message Date
cca7ad6eb2 Fix lang spelling 2025-10-27 21:52:02 -05:00
5f6c4fa6e4 Improve CSS spacing and font 2025-10-27 21:51:01 -05:00
2 changed files with 5 additions and 3 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,6 +68,8 @@ 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;
} }
@ -75,7 +77,7 @@ h6 {
/* structural */ /* structural */
body { body {
margin: 0 auto; margin: 0 auto;
max-width: max(768px, 50vw); max-width: max(768px, 100ch);
} }
html { html {
@ -99,7 +101,7 @@ footer {
} }
main { main {
margin: 0 1rem; margin: 1rem;
} }
nav { nav {