kinklist/global/global.css

25 lines
476 B
CSS
Raw Normal View History

2025-12-14 19:31:52 +01:00
/* Global CSS options */
2025-12-14 21:28:50 +01:00
body {
font-family: "Truculenta", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-variation-settings: "wdth" 100;
font-size: 16pt;
margin: 0;
min-height: 100svh;
display: flex;
flex-direction: column;
align-items: center;
}
#main {
width: 40rem;
margin: 0.25rem;
margin-top: 0;
padding: 0.25rem;
border-left: solid 2px;
border-right: solid 2px;
2025-12-14 21:28:50 +01:00
}