redo mediaquery for fontsize

This commit is contained in:
asus
2023-12-08 09:22:54 +01:00
parent 70ae41f7d4
commit 9c0895f589

View File

@@ -13,12 +13,12 @@ body, pre {
font-style: normal; font-style: normal;
} }
/* /*
*/
@media screen and (min-width: 500px) { @media screen and (min-width: 500px) {
html { html {
font-size: calc(var(--base_font_size) * 1.2); font-size: calc(var(--base_font_size) * 1.2);
} }
} }
*/
ul { ul {
display: block; display: block;
list-style-type: "• "; list-style-type: "• ";