Merge pull request #31578 from ravikiranr26/bug/footer

Fixed wrong footer rendering on community page
pull/31581/head
Kubernetes Prow Robot 2022-01-31 15:45:52 -08:00 committed by GitHub
commit c1eda9da64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 27 deletions

View File

@ -215,10 +215,6 @@ body.td-404 main .error-details {
}
}
body > footer {
width: 100vw;
}
/* FOOTER */
footer {
background-color: #303030;

View File

@ -59,11 +59,6 @@ code {
margin-top: 25px;
}
footer {
float: left !important;
}
p {
font-weight: 300 !important;
}
@ -311,8 +306,7 @@ a {
.resources {
width: 100%;
margin-top;
5%;
margin-top: 5%;
margin-bottom: 3%;
float: left;
}
@ -491,13 +485,7 @@ h2:after {
font-weight: bold;
}
/* .fullbutton {
padding: 3% !important;
} */
}
@media (max-width:1000px) {
@ -760,8 +748,7 @@ h2:after {
.resources {
width: 100%;
margin-top;
8%;
margin-top: 8%;
margin-bottom: 8%;
float: left;
}
@ -774,10 +761,6 @@ h2:after {
margin-left: 5%;
}
.contributor {
float: left;
width: 100%;
@ -853,7 +836,4 @@ h2:after {
font-size: 0.7em !important;
}
}