diff options
| author | shpuld <shp@cock.li> | 2017-11-25 00:09:28 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-25 00:09:28 +0200 |
| commit | 326859464ca9fb2a7c9f2b4cc34f79e806776593 (patch) | |
| tree | b0e206ed665c6bf79d414bdbbe55bf2956576ea2 /src | |
| parent | 2431d35277b0c7c761bf080f0bfffa654ee4b182 (diff) | |
Add the forgotten flex prop to make everything nice and tight again
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 1 |
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 { |
