diff options
Diffstat (limited to 'Pages/Shared/_Layout.cshtml.css')
| -rw-r--r-- | Pages/Shared/_Layout.cshtml.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Pages/Shared/_Layout.cshtml.css b/Pages/Shared/_Layout.cshtml.css index 5b2ba65..337ec17 100644 --- a/Pages/Shared/_Layout.cshtml.css +++ b/Pages/Shared/_Layout.cshtml.css @@ -15,4 +15,8 @@ div#navbar > a:hover { div#navbar > a:active { background: #fff; color: var(--col-navbar-bg); +} + +#content { + flex: 1 1 calc(100vh - 119px); }
\ No newline at end of file |
