summaryrefslogtreecommitdiffstats
path: root/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/custom.css')
-rw-r--r--css/custom.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/css/custom.css b/css/custom.css
index d7e7b9e..56f9d43 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -15,12 +15,14 @@ h1 {
#hosts li {
list-style-type: none;
text-align: center;
- margin: 10px;
+ margin-top: 20px;
+ display: table;
}
#hosts li a {
- line-height: 100px;
- display: block;
+ height: 100px;
+ display: table-cell;
+ vertical-align: middle;
}
#hosts li a:hover {