diff --git a/_includes/footer.html b/_includes/footer.html
index 580bb0b6..2edfec3f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -106,6 +106,12 @@
Community
- {% include redhat-footer.html %}
-
+
diff --git a/_includes/redhat-footer.html b/_includes/redhat-footer.html
deleted file mode 100644
index 92b7827c..00000000
--- a/_includes/redhat-footer.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
diff --git a/_sass/kroxylicious.scss b/_sass/kroxylicious.scss
index 3af93bee..18328454 100644
--- a/_sass/kroxylicious.scss
+++ b/_sass/kroxylicious.scss
@@ -98,14 +98,14 @@ a {
margin-bottom: 0;
}
-.redhat-footer {
+.footer {
background-color: $black;
color: $white;
font-size: .8rem;
font-weight: 200;
- .grid-wrapper {
- padding: .75rem 0;
+ .grid-wrapper {
+ padding: .75rem 0;
display: flex;
justify-content: space-between;
@@ -122,25 +122,12 @@ a {
.license {
align-self: center;
-
+
a {
color: $white;
}
}
- .redhat-logo {
- align-self: center;
- padding-left: 2rem;
-
- img { width: 14rem; }
-
- @media screen and (max-width: 600px) {
- padding-top: .75rem;
- padding-bottom: 1rem;
- padding-left: 0;
- }
- }
-
.commonhaus-logo {
align-self: center;
padding-left: 2rem;
diff --git a/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg b/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg
deleted file mode 100644
index 5cc63442..00000000
--- a/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file