redo mediaquery for fontsize
This commit is contained in:
@@ -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: "• ";
|
||||||
|
|||||||
Reference in New Issue
Block a user