diff --git a/assets/style.css b/assets/style.css index b412f72..b770eae 100644 --- a/assets/style.css +++ b/assets/style.css @@ -61,4 +61,18 @@ code, pre { font-size: .9em; background: #f0f0f0; color: #444; +} + +.flex-container { + display: flex; + height: 100vh; + flex-flow: column nowrap; + justify-content: center; + align-items: center; + align-content: center; +} + +.flex-footer { + display: block; + } \ No newline at end of file diff --git a/header.php b/header.php index dac59c0..977dc62 100644 --- a/header.php +++ b/header.php @@ -87,7 +87,7 @@ options->frontPage, 'file') !== FALSE) {?>