Compare commits

..

No commits in common. "cca7ad6eb25125e018f63d13cb6958bfcbb75f20" and "46bd0000eed3af613046b408ad242b0f33a92660" have entirely different histories.

2 changed files with 4 additions and 28 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

@ -5,9 +5,9 @@
box-sizing: border-box; box-sizing: border-box;
} }
* { /* * { */
margin: 0; /* margin: 0; */
} /* } */
@media (prefers-reduced-motion: no-preference) { @media (prefers-reduced-motion: no-preference) {
html { html {
@ -68,18 +68,11 @@ 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;
} }
/* https://smolweb.org/subset.html */ /* https://smolweb.org/subset.html */
/* structural */ /* structural */
body {
margin: 0 auto;
max-width: max(768px, 100ch);
}
html { html {
/* respect user font choices */ /* respect user font choices */
font-size: 100%; font-size: 100%;
@ -88,24 +81,11 @@ html {
/* semantic */ /* semantic */
header strong { header strong {
margin: 0.5rem;
font-size: 1.6rem; font-size: 1.6rem;
} }
footer { footer {
font-size: 0.9rem; font-size: 0.9rem;
p {
margin: 0.5rem;
}
}
main {
margin: 1rem;
}
nav {
margin: 0.5rem;
} }
@ -122,10 +102,6 @@ h3 {
font-size: 1.2rem; font-size: 1.2rem;
} }
p {
margin: 1rem 0;
}
/* hypertextual */ /* hypertextual */
/* listing */ /* listing */
/* forms */ /* forms */