style: change line height and popover size

This commit is contained in:
Agahnim 2026-05-16 22:54:13 +02:00
parent ba098d1924
commit 8e3524fd71

View file

@ -224,6 +224,7 @@ body {
overflow: auto;
font-family: "DotGothic16", sans-serif;
font-size: 1.1rem;
line-height: 1.3;
&:has(#content home-content) {
background-image: url(assets/images/tiledbgpink.webp);
@ -723,7 +724,7 @@ about {
[popover] {
color: white;
width: min(90vw, 600px);
width: min(90vw, 1200px);
border: 2px solid var(--lavender);
background-color: black;
padding: 2rem;