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