Merge pull request #31578 from ravikiranr26/bug/footer
Fixed wrong footer rendering on community page
This commit is contained in:
@@ -215,10 +215,6 @@ body.td-404 main .error-details {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body > footer {
|
|
||||||
width: 100vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
footer {
|
footer {
|
||||||
background-color: #303030;
|
background-color: #303030;
|
||||||
|
|||||||
@@ -59,11 +59,6 @@ code {
|
|||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
|
||||||
float: left !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-weight: 300 !important;
|
font-weight: 300 !important;
|
||||||
}
|
}
|
||||||
@@ -311,8 +306,7 @@ a {
|
|||||||
|
|
||||||
.resources {
|
.resources {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top;
|
margin-top: 5%;
|
||||||
5%;
|
|
||||||
margin-bottom: 3%;
|
margin-bottom: 3%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@@ -491,13 +485,7 @@ h2:after {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .fullbutton {
|
|
||||||
|
|
||||||
padding: 3% !important;
|
|
||||||
|
|
||||||
|
|
||||||
} */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:1000px) {
|
@media (max-width:1000px) {
|
||||||
@@ -760,8 +748,7 @@ h2:after {
|
|||||||
|
|
||||||
.resources {
|
.resources {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top;
|
margin-top: 8%;
|
||||||
8%;
|
|
||||||
margin-bottom: 8%;
|
margin-bottom: 8%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@@ -774,10 +761,6 @@ h2:after {
|
|||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.contributor {
|
.contributor {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -853,7 +836,4 @@ h2:after {
|
|||||||
font-size: 0.7em !important;
|
font-size: 0.7em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user