This commit is contained in:
Marc Beninca 2025-02-12 21:08:20 +01:00
parent 6cde4d6616
commit 8b94c3a880
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 48 additions and 22 deletions

View file

@ -4,12 +4,9 @@
src: url("font/fa.woff2");
}
* {
text-align: justify;
}
html {
font-family: "DejaVu Sans", sans-serif;
text-align: justify;
}
section.images {
@ -17,15 +14,18 @@ section.images {
justify-content: space-around;
}
h1 { font-size: 1.5rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1.0rem; }
h1 { font-size: 1.25rem; }
h2 { font-size: 1.20rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1.10rem; }
h5 { font-size: 1.05rem; }
h6 { font-size: 1.00rem; }
h1, h2, h3, h4, h5, h6 {
margin-block: .5em;
}
h2 {
text-align: center;
}
img.big {
block-size: 4em;