Compare commits
2 commits
8017f7d4f8
...
cca7ad6eb2
| Author | SHA1 | Date | |
|---|---|---|---|
| cca7ad6eb2 | |||
| 5f6c4fa6e4 |
2 changed files with 5 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue