1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-27 00:31:30 +00:00

formatting and added embedded stuff

This commit is contained in:
2021-11-05 08:43:43 -07:00
parent b93ff950f7
commit 39bf0d1d28
3 changed files with 49 additions and 9 deletions

View File

@@ -32,6 +32,23 @@ a:visited {
color: cornflowerblue;
}
dt {
margin-top: 0.5em;
}
dd {
margin-bottom: 0;
margin-left: 2em;
text-indent: -2em;
}
dd > ul {
text-indent: 0em;
margin-left: -5em;
}
/* dd::first-line {
text-indent: -2em;
} */
article {
border-radius: 20px;
background-color: whitesmoke;