From 0c3d3b64e424cb5cf2726337d45dabf8fb3ecc7f Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 1 Dec 2018 19:21:27 -0500 Subject: [PATCH] new section --- index.html | 4 ++++ main.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index bd3ac57..1e8261c 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,10 @@ mobile!

+ diff --git a/main.scss b/main.scss index 6e0a38d..2488666 100644 --- a/main.scss +++ b/main.scss @@ -96,7 +96,7 @@ header { & > section:nth-child(odd) { @extend %dark; } - & > section { + & > * { min-height: 33vh; // atleast as tall as 33% of the view port width: 100%; display: flex;