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) {