commit 51a063b0bd7c1f2dc40263c4b33cf2fc11aed243
parent fd801b37a8c390941245cc94d95c80041904f1f8
Author: Massimo Siboldi <mdsiboldi@gmail.com>
Date:   Tue, 20 Mar 2018 18:28:56 -0700
add padding to wave scrolling border
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/index.css b/src/index.css
@@ -95,11 +95,13 @@ h1 {
     width: 800px;
     display: inline-flex;
 }
+
 .total-wave.-move {
     animation: wiggle linear 1s infinite;
 }
 
 .wave-scroller {
+    padding: 3px 0;
     display: inline-flex;
     height: 50px;
     width: 200px;