solve some pbm with font size

This commit is contained in:
asus
2023-11-29 20:07:49 +01:00
parent 447553b1ac
commit 8eec040226
4 changed files with 17 additions and 15 deletions

View File

@@ -15,13 +15,13 @@ body, pre {
font-style: normal;
}
@media screen and (min-width: 500px) {
body, pre {
font-size: 1.8rem;
html {
font-size: calc(var(--base_font_size) * 1.2);
}
}
ul {
display: block;
list-style-type: "• ";
list-style-type: "• ";
padding-left: 20px;
/*
list-style-position: inside;
@@ -32,7 +32,7 @@ li {
display: list-item;
}
li::marker {
font-size: 1.2rem;
font-size: 1.8rem;
}
details summary {
/*