Files
WEBSITE_hugulumu/styles/style.css
2023-11-05 21:24:24 +01:00

23 lines
216 B
CSS

body {
/*
*/
overflow-x: hidden;
}
body * {
display: flex;
margin: auto;
}
script, style {
display: none;
}
p, pre {
line-height: 0.8;
font-size: 12px;
font-family: monospace;
}
pre {
margin: 10px 0px;
}