cv new version

This commit is contained in:
asus
2023-11-29 15:56:22 +01:00
parent 70b644595d
commit 09bdb21600
7 changed files with 50 additions and 30 deletions

View File

@@ -10,23 +10,23 @@
*/
body, pre {
font-family: "notomono", monospace;
font-size: 1.8rem;
font-size: 1.5rem;
font-weight: normal;
font-style: normal;
}
@media screen and (max-width: 500px) {
@media screen and (min-width: 500px) {
body, pre {
font-size: 1.5rem;
font-size: 1.8rem;
}
}
ul {
display: block;
list-style-type: "• ";
padding-left: 35px;
padding-left: 20px;
/*
list-style-position: outside;
*/
list-style-position: inside;
*/
list-style-position: outside;
}
li {
display: list-item;