Space out the splash

This commit is contained in:
Cory LaViska
2020-07-16 15:26:13 -04:00
parent d631ad2b53
commit a65b0848e4

View File

@@ -172,7 +172,7 @@ strong {
/* Splash */ /* Splash */
.splash { .splash {
display: flex; display: flex;
margin-bottom: 2rem; padding: 2rem 0;
} }
.splash-start { .splash-start {