summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorhorus2018-02-13 16:02:57 +0100
committerhorus2018-02-13 16:02:57 +0100
commitee0a03f9e733b6c20ac3b576b8d655455790fbc5 (patch)
tree6935ad626cc21b97a1bf39e52b06627495c4b017 /site
parentd00f95bb2c9280211a76fa2653a60e2b61991b5c (diff)
downloadalkobote-ee0a03f9e733b6c20ac3b576b8d655455790fbc5.tar.gz
Fix im layout. (2#)
Diffstat (limited to 'site')
-rw-r--r--site/public/css/sticky-footer-navbar.css4
-rw-r--r--site/resources/views/feeds.blade.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css
index bca2eae..3e26103 100644
--- a/site/public/css/sticky-footer-navbar.css
+++ b/site/public/css/sticky-footer-navbar.css
@@ -6,14 +6,14 @@ html {
}
body {
/* Margin bottom by footer height */
- margin-bottom: 200px;
+ margin-bottom: 300px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
- height: 200px;
+ height: 300px;
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
diff --git a/site/resources/views/feeds.blade.php b/site/resources/views/feeds.blade.php
index 8914967..1fcbaf1 100644
--- a/site/resources/views/feeds.blade.php
+++ b/site/resources/views/feeds.blade.php
@@ -4,7 +4,7 @@
<div class="container">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark">
<div class="col-md-6 px-0">
- <h1 class="display-4 font-italic">Angebote als RSS Feeds</h1>
+ <h1 class="display-4 font-italic">Angebote als RSS-Feeds</h1>
<p class="lead my-3">Finde immer die günstigsten Angebote im Bereich Spirituosen, praktischerweise als RSS-Feed direkt aufs Handy.</p>
<p class="lead mb-0"><a href="/" class="text-white font-weight-bold">Zurück zur Übersicht...</a></p>
</div>