diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-28 23:45:14 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-28 23:45:14 +0200 |
| commit | e46bb942260d192beb601727519ed90df5c62494 (patch) | |
| tree | f6ee7ea4037c6fb69d40f43da0adee83c7b502b3 /src/App.scss | |
| parent | 846285326900a497c68dc994ce06dcb1d5d1ca9c (diff) | |
updated preview to account for underlay
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 1fabaaa9..85fd0b47 100644 --- a/src/App.scss +++ b/src/App.scss @@ -31,9 +31,11 @@ h4 { margin: auto; min-height: 100vh; max-width: 980px; + align-content: flex-start; +} +.underlay { background-color: rgba(0,0,0,0.15); background-color: var(--underlay, rgba(0,0,0,0.15)); - align-content: flex-start; } .text-center { |
