WIP
This commit is contained in:
parent
46bd0000ee
commit
8017f7d4f8
1 changed files with 25 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
@ -73,6 +73,11 @@ h6 {
|
||||||
|
|
||||||
/* https://smolweb.org/subset.html */
|
/* https://smolweb.org/subset.html */
|
||||||
/* structural */
|
/* structural */
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: max(768px, 50vw);
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
/* respect user font choices */
|
/* respect user font choices */
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
|
@ -81,11 +86,24 @@ 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: 0 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
margin: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -102,6 +120,10 @@ h3 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* hypertextual */
|
/* hypertextual */
|
||||||
/* listing */
|
/* listing */
|
||||||
/* forms */
|
/* forms */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue