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

@@ -20,7 +20,7 @@
margin: 10px 0px;
}
#cv details ul {
padding-left: 35px;
padding-left: 53px;
}
#cv summary + * {
margin-top: 10px;

View File

@@ -1,7 +1,9 @@
html {
font-size: 62.5%;
}
:root {
--base_font_size: 62.5%;
}
html {
font-size: var(--base_font_size);
}
body {
overflow-x: hidden;

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 {
/*