From 8441ac9a2ab763d157bd1d997442a50f9407230d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 27 Apr 2016 17:51:45 +0200 Subject: [PATCH] Improve footer design --- src/public/style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/public/style.css b/src/public/style.css index 9257a21..3cd0124 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -28,7 +28,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; line-height: 1.5; /* Margin bottom by footer height */ - margin-bottom: 60px; + margin-bottom: 6em; } .footer { @@ -36,14 +36,11 @@ body { bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 60px; - line-height: 60px; - background-color: #f5f5f5; + padding: 1em 0; + background-color: #f8f8f8; + border-top: 1px solid #e7e7e7; } .footer p { margin: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; }