Adjust vertical centering
This commit is contained in:
parent
8583717eca
commit
3fb9a21753
@ -1,10 +1,10 @@
|
|||||||
name: breve
|
name: breve
|
||||||
version: 0.0.2.1
|
version: 0.0.2.2
|
||||||
synopsis: a url shortener
|
synopsis: a url shortener
|
||||||
description:
|
description:
|
||||||
|
|
||||||
Breve is a web application that provides a simple interface to
|
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
|
homepage: https://github.com/rnhmjoj/breve
|
||||||
license: MIT
|
license: MIT
|
||||||
|
@ -20,7 +20,8 @@ body {
|
|||||||
#container:before {
|
#container:before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 75%;
|
||||||
|
min-height: 20em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user