diff options
| author | Bobby <[email protected]> | 2022-09-20 02:56:20 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-20 02:56:20 -0400 |
| commit | 0a432eb07f20c56679d2365cc45c7347e8832224 (patch) | |
| tree | 03c40ef0ea94a896f5bb48f7924eb8da4ef575d2 /static/css/main.css | |
| parent | ec782bbf33549b87862d9a56091c0b7641bef776 (diff) | |
| download | thatcomputerscientist-0a432eb07f20c56679d2365cc45c7347e8832224.tar.xz thatcomputerscientist-0a432eb07f20c56679d2365cc45c7347e8832224.zip | |
Added copyright footer
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index 9210d2ad..bb682343 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -23,11 +23,20 @@ body { max-width: 15rem; } -.main { +.content { flex: 1; padding: 20px; overflow-x: hidden; overflow-y: auto; + min-height: calc(100vh - 40px); + display: flex; + flex-direction: column; +} + +.content > footer { + margin-top: auto; + text-align: center; + padding-top: 40px; } .title:visited { |
