diff --git a/404.html b/404.html
index 448d480c..aba7ffb4 100644
--- a/404.html
+++ b/404.html
@@ -171,8 +171,17 @@
.block--ad {
padding: 0.75rem;
}
- .carbon-wrap {
- display: flex;
+ .carbon-wrap:after {
+ clear: both;
+ content: " ";
+ display: table;
+ }
+ .carbon-img {
+ float: left;
+ }
+ .carbon-text {
+ float: right;
+ width: calc(100% - 130px);
}
.carbon-poweredby {
color: #AAA;
diff --git a/index.html b/index.html
index 448d480c..aba7ffb4 100644
--- a/index.html
+++ b/index.html
@@ -171,8 +171,17 @@
.block--ad {
padding: 0.75rem;
}
- .carbon-wrap {
- display: flex;
+ .carbon-wrap:after {
+ clear: both;
+ content: " ";
+ display: table;
+ }
+ .carbon-img {
+ float: left;
+ }
+ .carbon-text {
+ float: right;
+ width: calc(100% - 130px);
}
.carbon-poweredby {
color: #AAA;
diff --git a/src/header.html b/src/header.html
index 1b786f0e..5c778319 100644
--- a/src/header.html
+++ b/src/header.html
@@ -171,8 +171,17 @@
.block--ad {
padding: 0.75rem;
}
- .carbon-wrap {
- display: flex;
+ .carbon-wrap:after {
+ clear: both;
+ content: " ";
+ display: table;
+ }
+ .carbon-img {
+ float: left;
+ }
+ .carbon-text {
+ float: right;
+ width: calc(100% - 130px);
}
.carbon-poweredby {
color: #AAA;