From e856630cc8242a95e909426d5e20c87df2751362 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 10 Dec 2018 07:42:14 +0000 Subject: [PATCH] Ensure CSS applies to correct items --- computer-science-blog/css/main.css | 6 ------ computer-science-blog/css/presentation-imports.css | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/computer-science-blog/css/main.css b/computer-science-blog/css/main.css index bc7f309..4cb7c2b 100644 --- a/computer-science-blog/css/main.css +++ b/computer-science-blog/css/main.css @@ -6,12 +6,6 @@ margin-bottom: 15px; background: rgba(10,10,10,0.2); } -.presentation-image { - width: 70%; - box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5); - margin: 10px; - border-radius: 6px; -} /* place carousel indicators between the two buttons (next & previous) */ .presentation-flexbox { diff --git a/computer-science-blog/css/presentation-imports.css b/computer-science-blog/css/presentation-imports.css index 287ebca..2897da2 100644 --- a/computer-science-blog/css/presentation-imports.css +++ b/computer-science-blog/css/presentation-imports.css @@ -10,3 +10,9 @@ p { h1, h2, h3, .h1, .h2, .h3 { margin-top: 0; } +img { + width: 70%; + box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5); + margin: 10px; + border-radius: 6px; +}