aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-25 00:09:28 +0200
committershpuld <shp@cock.li>2017-11-25 00:09:28 +0200
commit326859464ca9fb2a7c9f2b4cc34f79e806776593 (patch)
treeb0e206ed665c6bf79d414bdbbe55bf2956576ea2 /src
parent2431d35277b0c7c761bf080f0bfffa654ee4b182 (diff)
Add the forgotten flex prop to make everything nice and tight again
Diffstat (limited to 'src')
-rw-r--r--src/App.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 4146e68b..95a653ce 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -22,6 +22,7 @@ h4 {
min-height: 100vh;
max-width: 980px;
background-color: rgba(0,0,0,0.15);
+ align-content: flex-start;
}
.text-center {