From 7937aa96753f505640067b6db2e65a3e99c7713a Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Wed, 30 Aug 2017 00:02:15 -0400 Subject: [PATCH] Added section dividers on small screens --- css/style.css | 7 +++++++ index.html | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index b9ea022..2a41bcf 100644 --- a/css/style.css +++ b/css/style.css @@ -347,10 +347,17 @@ ul.banner-social-buttons { margin-top: 0; } +.section-divider { + display: none; +} + @media screen and (max-width:767px) { #logo_about { display: none; } + .section-divider { + display: block; + } .heading_large { display: none; } diff --git a/index.html b/index.html index b8cd784..183ab99 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,8 @@ +
+
@@ -111,6 +113,8 @@
+
+
@@ -142,6 +146,8 @@
+
+
@@ -163,6 +169,8 @@
+
+