From 67c780952bb1620b881660320a41f37c8db3bb8c Mon Sep 17 00:00:00 2001 From: _palonE Date: Fri, 29 Jun 2018 11:59:11 +0200 Subject: [PATCH] Another footer fix. I dont like that guy >:( --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d7e51e5..a42ec70 100644 --- a/css/style.css +++ b/css/style.css @@ -235,12 +235,16 @@ foot { display: block; font-size: 12px; color: #cccccc; - width: 100vw; + width: 100%; border-top: 1px solid #e7e7e7; padding-left: 0.9375em; padding-right: 0.9375em; } +footer .row { + max-width: 100%; +} + foot img { width: 5%; margin-top: -3px;