From 3fb9a217534a411a0c68f8a4eceaac649fa3e318 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 9 Apr 2015 22:26:18 +0200 Subject: [PATCH] Adjust vertical centering --- breve.cabal | 4 ++-- layouts/main.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/breve.cabal b/breve.cabal index d890c33..7ffe57b 100644 --- a/breve.cabal +++ b/breve.cabal @@ -1,10 +1,10 @@ name: breve -version: 0.0.2.1 +version: 0.0.2.2 synopsis: a url shortener description: Breve is a web application that provides a simple interface to - shortening long urls creating links smaller and easier to remember. + shortening long urls creating links smaller and easier to remember. homepage: https://github.com/rnhmjoj/breve license: MIT diff --git a/layouts/main.css b/layouts/main.css index 8ecb204..de6b366 100644 --- a/layouts/main.css +++ b/layouts/main.css @@ -20,7 +20,8 @@ body { #container:before { content: ''; display: inline-block; - height: 100%; + height: 75%; + min-height: 20em; vertical-align: middle; }