diff --git a/cv.css b/cv.css index 74789aa..ff9b835 100644 --- a/cv.css +++ b/cv.css @@ -3,13 +3,13 @@ /* -------------------------------------------------- */ body { padding: 20px; - font-family: 'Open Sans', sans-serif; - font-weight: 300; + font-family: 'Open Sans', sans-serif !important; + font-weight: 300 !important; } a { - color: black; - text-decoration: underline black; + color: black !important; + text-decoration: underline black !important; } /* -------------------------------------------------- */ @@ -45,14 +45,7 @@ a { #header .contact .icon { float: left; - font-size: 20px; - margin-right: 10px; - width: 26px; - height: 26px; - text-align: center; - border: 1px solid black; - padding: 4px; - border-radius: 20px; + margin-right: 1em; } #header .contact .value { @@ -65,8 +58,6 @@ a { #bio { margin-top: 30px; margin-bottom: 30px; - margin-right: 10%; - margin-left: 10%; text-align: center; } diff --git a/cv.html b/cv.html index 17a4b39..4160a66 100644 --- a/cv.html +++ b/cv.html @@ -7,97 +7,94 @@ + + -