diff css/style.css @ 130:8bf498f00328

Nicer spacing for more than one paragraph.
author Tom Gottfried <tom@intevation.de>
date Thu, 03 Apr 2014 13:26:19 +0200
parents 4a55f97cd790
children c1c0f073b4e2
line wrap: on
line diff
--- a/css/style.css	Thu Apr 03 12:19:31 2014 +0200
+++ b/css/style.css	Thu Apr 03 13:26:19 2014 +0200
@@ -17,11 +17,15 @@
 
 /* Custom jumbotron */
 .container .jumbotron {
-  padding: 10px 36px;
+  padding: 10px 36px 20px;
+  margin-bottom: 20px;
 }
 .jumbotron h3 {
   text-align: center;
 }
+.jumbotron h4 {
+  margin-top: 20px;
+}
 .jumbotron .demo-btn {
   text-align: center;
 }
@@ -29,6 +33,10 @@
   font-size: 21px;
   padding: 14px 24px;
 }
+.jumbotron p {
+  margin-bottom: 10px;
+}
+
 /* Custom page footer */
 .footer {
   padding-top: 19px;
@@ -52,7 +60,7 @@
 
 /* Custom page carousel */
 .carousel-inner{
-    margin-bottom: 15px;
+    margin-bottom: 25px;
 }
 .carousel-caption {
     position: static;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)