Add the forgotten flex prop to make everything nice and tight again

This commit is contained in:
shpuld 2017-11-25 00:09:28 +02:00
parent 2431d35277
commit 326859464c

View file

@ -22,6 +22,7 @@ h4 {
min-height: 100vh; min-height: 100vh;
max-width: 980px; max-width: 980px;
background-color: rgba(0,0,0,0.15); background-color: rgba(0,0,0,0.15);
align-content: flex-start;
} }
.text-center { .text-center {