Adjust vertical centering

This commit is contained in:
rnhmjoj 2015-04-09 22:26:18 +02:00
parent 8583717eca
commit 3fb9a21753
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: breve
version: 0.0.2.1
version: 0.0.2.2
synopsis: a url shortener
description:

View File

@ -20,7 +20,8 @@ body {
#container:before {
content: '';
display: inline-block;
height: 100%;
height: 75%;
min-height: 20em;
vertical-align: middle;
}