Fixed wrong footer rendering on community page

This commit is contained in:
Ravi Kiran Raju 2022-01-31 19:55:00 +01:00
parent b2063eedeb
commit c530a8c914
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;
}
}