From da89ed7217746e473ac62e266f7d1173de485df9 Mon Sep 17 00:00:00 2001 From: Madison Dickson Date: Thu, 2 Apr 2015 09:49:09 -0400 Subject: [PATCH] Fix heights so total div height doesn't move --- css/load1.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/load1.css b/css/load1.css index 7cbf8c6..8de3721 100644 --- a/css/load1.css +++ b/css/load1.css @@ -38,10 +38,12 @@ 100% { box-shadow: 0 0 #FFF; height: 4em; + margin-bottom:8em; } 40% { box-shadow: 0 -2em #ffffff; height: 5em; + margin-bottom:7em; } } @keyframes load1 { @@ -50,9 +52,11 @@ 100% { box-shadow: 0 0 #FFF; height: 4em; + margin-bottom:8em; } 40% { box-shadow: 0 -2em #ffffff; height: 5em; + margin-bottom:7em; } }