solve some pbm with font size
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
margin: 10px 0px;
|
||||
}
|
||||
#cv details ul {
|
||||
padding-left: 35px;
|
||||
padding-left: 53px;
|
||||
}
|
||||
#cv summary + * {
|
||||
margin-top: 10px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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