solve some pbm with font size
This commit is contained in:
@@ -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 {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user