From a4f5600766e3d0d9dcfe85c2f59dc2d7b0bc6715 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Thu, 10 Dec 2015 16:00:00 +0000 Subject: [PATCH] Changed ads again --- 404.html | 4 ++-- index.html | 4 ++-- src/header.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/404.html b/404.html index aba7ffb48..13c459e64 100644 --- a/404.html +++ b/404.html @@ -181,12 +181,12 @@ } .carbon-text { float: right; - width: calc(100% - 130px); + width: calc(100% - 130px - -0.75rem); } .carbon-poweredby { color: #AAA; display: block; - text-align: right; + text-align: center; text-decoration: none; } @media (min-width: 600px) { diff --git a/index.html b/index.html index aba7ffb48..13c459e64 100644 --- a/index.html +++ b/index.html @@ -181,12 +181,12 @@ } .carbon-text { float: right; - width: calc(100% - 130px); + width: calc(100% - 130px - -0.75rem); } .carbon-poweredby { color: #AAA; display: block; - text-align: right; + text-align: center; text-decoration: none; } @media (min-width: 600px) { diff --git a/src/header.html b/src/header.html index 5c778319f..7b546d3ea 100644 --- a/src/header.html +++ b/src/header.html @@ -181,12 +181,12 @@ } .carbon-text { float: right; - width: calc(100% - 130px); + width: calc(100% - 130px - -0.75rem); } .carbon-poweredby { color: #AAA; display: block; - text-align: right; + text-align: center; text-decoration: none; } @media (min-width: 600px) {