diff --git a/resume.md-main/resume.css b/resume.md-main/resume.css index dee1cfd..8c2def8 100755 --- a/resume.md-main/resume.css +++ b/resume.md-main/resume.css @@ -14,6 +14,7 @@ body { #social > a { display: block; max-width: 2em; + width: 2em; } #social { padding: 20px 30px; @@ -93,7 +94,7 @@ h1 + ul > li { white-space: pre; list-style-type: none; } -h1 + ul > li:after { +h1 + ul > li:after { content: " \2022 "; } h1 + ul > li:last-child:after { @@ -114,8 +115,8 @@ footer > div { } #thanks { flex: 1; - text-align: center; - font-style: italic; + text-align: center; + font-style: italic; opacity: 75%; display: flex; align-items: center; @@ -143,7 +144,7 @@ footer > div { text-decoration: underline; } /* - ul:not(:nth-child(2)) > li:nth-child(1), + ul:not(:nth-child(2)) > li:nth-child(1), ul:not(:nth-child(2)) > li:nth-child(2) { display: list-item; }