mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-27 00:31:30 +00:00
2025v5
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
h2 {
|
||||
text-transform: uppercase;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
h2:after {
|
||||
content: " ";
|
||||
display: block;
|
||||
margin: 5px auto 5px;
|
||||
margin: 1px auto 1px;
|
||||
border: 2px solid #d0d0d0;
|
||||
border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@@ -17,7 +18,7 @@ h2:after {
|
||||
|
||||
p {
|
||||
font-size: medium;
|
||||
margin-left: 1em;
|
||||
/* margin-left: 1em; */
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -35,22 +36,23 @@ a:visited {
|
||||
color: cornflowerblue;
|
||||
}
|
||||
|
||||
dt {
|
||||
margin-top: 0.5em;
|
||||
dl {
|
||||
margin-top: .5em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
dd {
|
||||
padding-left: 1.2em;
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 2em;
|
||||
text-indent: -2em;
|
||||
padding-left: 0;
|
||||
}
|
||||
dd > ul {
|
||||
text-indent: 0em;
|
||||
margin-left: -5em;
|
||||
text-indent: -.2em;
|
||||
margin-left: 1em;
|
||||
padding-left: 0;
|
||||
}
|
||||
/* dd::first-line {
|
||||
text-indent: -2em;
|
||||
} */
|
||||
|
||||
article {
|
||||
border-radius: 20px;
|
||||
|
Reference in New Issue
Block a user