Merge pull request #31578 from ravikiranr26/bug/footer
Fixed wrong footer rendering on community pagepull/31581/head
commit
c1eda9da64
|
@ -215,10 +215,6 @@ body.td-404 main .error-details {
|
|||
}
|
||||
}
|
||||
|
||||
body > footer {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer {
|
||||
background-color: #303030;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue