web
This commit is contained in:
parent
93a8de72b6
commit
01c60e00fa
9 changed files with 1 additions and 1 deletions
42
rtfd/public/web/style/reset.css
Normal file
42
rtfd/public/web/style/reset.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
*::after,
|
||||
*::before,
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
* {
|
||||
font: inherit;
|
||||
/*
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
/**/
|
||||
}
|
||||
|
||||
html {
|
||||
color-scheme: dark light;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
body {
|
||||
hanging-punctuation: first last;
|
||||
min-height: 100svh;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
figcaption,
|
||||
li,
|
||||
p {
|
||||
max-width: 79ch;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
img,
|
||||
picture,
|
||||
svg,
|
||||
video {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue