diff options
| -rw-r--r-- | site/public/css/sticky-footer-navbar.css | 4 | ||||
| -rw-r--r-- | site/resources/views/feeds.blade.php | 2 |
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> |
