1
0

maybe better line handling

This commit is contained in:
Philip Wagner
2024-08-31 18:48:26 +02:00
parent 766e0b392f
commit a4b2aece7b

View File

@@ -1,19 +1,24 @@
:root { --white: #f1edeb; --pink: #ff00ff; --green: #48bd8d; --lila: #8200ff; --orange: #ff6700; --black: #000 }
html { font-family: VG5000; background: var(--white); font-size: 16pt; line-height: 30pt }
html { font-family: VG5000; background: var(--white) }
body { margin: 0 }
a { color: var(--black); }
a:hover { color: var(--pink) }
h1, h2, h3, h4, h5 { margin: 0 }
h1, h2, h3, h4, h5, p { margin: 0 }
figure { margin: 0 }
h1, .text-40 { font-size: 40pt; line-height: 57pt; font-weight: normal }
h2, .text-30 { font-size: 30pt; line-height: 29.5pt,;font-weight: normal }
h3, .text-22 { font-size: 22pt; line-height: 29.5pt,;font-weight: normal }
h4, .text-16 { font-size: 16pt; line-height: 29.5pt,;font-weight: normal }
h1, .text-40 { font-size: 40pt; line-height: 58pt; font-weight: normal }
h2, .text-30 { font-size: 30pt; line-height: 29pt; font-weight: normal }
h3, .text-22 { font-size: 22pt; line-height: 29pt; font-weight: normal }
h4, .text-16, html { font-size: 16pt; line-height: 29pt; font-weight: normal }
h5, .text-12 { font-size: 12pt; line-height: 15pt; font-weight: normal }
h2 { margin-top: 16pt }
h1 + p { margin-top: 21pt }
h2 + p { margin-top: 5pt }
.uppercase { text-transform: uppercase }
.block { display: block !important }
@@ -59,7 +64,7 @@ code { font-family: Kobata !important; font-weight: normal }
.bg-white-black, .bg-pink-black, .bg-green-black, .bg-lila-black, .bg-orange-black, .bg-black-black { background-image: url("/assets/grid/black@2x.png"); background-size: 105px 78px }
}
.container { padding: 22pt }
.container { padding: 37pt 22pt }
.link { text-decoration: none; color: var(--black) }
.link:hover { color: var(--lila) }