From 8e0665dd75289832f2dfd6ccf4d10f6e345e035c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 15 Aug 2018 17:27:24 -0600 Subject: [PATCH] change skills id to class for multiple skills --- resume.html | 2 +- style.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resume.html b/resume.html index 29e67e0..6bba025 100644 --- a/resume.html +++ b/resume.html @@ -222,7 +222,7 @@
  • 800.000.0000
  • -
    +

    Skills

    diff --git a/style.css b/style.css index 39d23ec..cff8cb7 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ body{ width: var(--page-width); height: var(--page-height); margin: 0; - font-family: "Open Sans", sans-serif; + font-family: "Open Sans", sans-serif; font-weight: 300; line-height: 1.3; color: #444; @@ -244,7 +244,7 @@ li{ } .main-block:not(.concise) .details div{ - margin: 0.18in 0 0.1in 0; + margin: 0.18in 0 0.1in 0; } .main-block:not(.concise) .blocks:last-child .details div{ @@ -325,7 +325,7 @@ li{ } .side-block{ - margin-top: 0.5in; + margin-top: 0.5in; } #contact ul{ @@ -341,11 +341,11 @@ li{ text-align: right; } -#skills{ +.skills{ line-height: 1.5; } -#skills ul{ +.skills ul{ margin: 0.05in 0 0.15in; padding: 0; }