Files
WEBSITE_hugulumu/styles/pre.css
asus 0dfafb81d2 - made font available on all elements with body and pre
- added an example for later better accessibility with pre
2023-11-17 18:10:01 +01:00

12 lines
120 B
CSS

pre {
line-height: 0.8;
font-size: 1.2rem;
}
@media screen and (max-width: 530px) {
pre {
font-size: 2.2vw;
}
}