Improve padding in Downloads page
Removes possibility of ad box hiding the Downloads header.
This commit is contained in:
parent
4af35476a3
commit
8b2ea87338
@ -240,6 +240,10 @@ p + ul {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#download .content {
|
||||
padding-top: 7vh;
|
||||
}
|
||||
|
||||
#download .content h3 {
|
||||
margin-left: 0;
|
||||
}
|
||||
@ -267,11 +271,8 @@ img.dl-icon:hover {
|
||||
}
|
||||
|
||||
.ad-rect {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
padding: 0.5vh 0;
|
||||
padding-bottom: 10px;
|
||||
|
||||
background-color: #F80;
|
||||
color: #FFF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user