From a6452224deea9ce7439d637e8216082f06d504a6 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 22 Dec 2015 02:10:26 -0500 Subject: [PATCH] Update/clean --- css/style.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 72ca76d..2efc259 100644 --- a/css/style.css +++ b/css/style.css @@ -100,16 +100,10 @@ body { vertical-align: baseline; } -#resume-skills { - float:left; -} - -#resume-skills ul { - list-style: none; - text-align: center; -} - -#resume-skills ul li { +#resume-container { + font-size: 1.5em; + margin-left:2.3em; + width: 80vw; } /* @@ -133,4 +127,5 @@ body { transform: translateY(-50%); } -.red { color: #ff0000; } \ No newline at end of file +.red { color: #ff0000; } +.white { color: #fff; } \ No newline at end of file