From 184a8600ff7a2e89e72fca9d2642249978112db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Tr=C3=A4ger?= Date: Tue, 31 May 2016 14:47:56 +0200 Subject: [PATCH] design header less height; buttons for klicks --- index.html | 7 +++++++ main.js | 1 + 2 files changed, 8 insertions(+) diff --git a/index.html b/index.html index fa7a70a..97ef775 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,13 @@ .lead > span { margin: 10px; } + .jumbotron{ + height: 270px; + margin-top: -70px; + } + .lead{ + margin-top: -60px; + }