diff --git a/src/static/css/style.css b/src/static/css/style.css index 9c541cf..ee07f9c 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -40,6 +40,8 @@ footer .center { .container { min-height: 100%; + display: flex; + flex-direction: column; padding-bottom: 50px; padding-left: 10%; padding-right: 10%; @@ -161,7 +163,12 @@ form { margin-bottom: 40px; } +.standalone { + max-height: 100%; +} + .entry { + max-height: 100%; border-radius: 0 10px 30px 0; margin-bottom: 20px; padding-left: 20px;