diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-06 14:34:12 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-06 14:34:12 +0200 |
| commit | d8ffe52b67e983b9b317b2e5dcb138ac996eaa31 (patch) | |
| tree | 57cd94e85b0f91d15697cd4e49fb97e570b96de4 /src/styles.css | |
| parent | 4b094fb29ea7eaeb58f0c29df60e55586a74db76 (diff) | |
| download | DevHive-Angular-d8ffe52b67e983b9b317b2e5dcb138ac996eaa31.tar DevHive-Angular-d8ffe52b67e983b9b317b2e5dcb138ac996eaa31.tar.gz DevHive-Angular-d8ffe52b67e983b9b317b2e5dcb138ac996eaa31.zip | |
Fixed weird styling that survived from footer
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/styles.css b/src/styles.css index 1572f8c..b62f493 100644 --- a/src/styles.css +++ b/src/styles.css @@ -50,11 +50,6 @@ input[type=file]::file-selector-button { flex-direction: column; } -#content > *:first-child, -#content > *:last-child { - flex: 1; -} - .rounded-border { border: 2px solid black; border-radius: 0.6em; |
