This commit is contained in:
Marc Beninca 2025-01-26 23:35:28 +01:00
parent 4b3b189531
commit 3bd4da2784
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,11 +1,25 @@
*::after,
*::before,
* { * {
box-sizing: border-box; box-sizing: border-box;
}
* {
font: inherit;
/* /*
margin: .5px; margin: 0;
padding: .5em; padding: 0;
/**/ /**/
} }
html {
color-scheme: dark light;
}
body {
min-height: 100svh;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
text-wrap: balance; text-wrap: balance;
} }
@ -16,3 +30,11 @@ p {
max-width: 64ch; max-width: 64ch;
text-wrap: pretty; text-wrap: pretty;
} }
img,
picture,
svg,
video {
display: block;
max-width: 100%;
}