Doc: Fixed paddings

pull/5176/head
Laurent Cozic 2021-07-10 11:42:53 +01:00
parent e3db3871b6
commit 576a5074ab
1 changed files with 6 additions and 1 deletions

View File

@ -505,6 +505,7 @@ p,
margin-bottom: 10px;
}
#toc {
padding-top: 40px;
padding-bottom: 1em;
display: none;
}
@ -989,10 +990,14 @@ footer .right-links a {
}
.page-container {
padding-top: 100px;
padding-top: 90px;
padding-bottom: 50px;
}
.donate-links {
margin-top: 30px;
}
.price-container {
border: 1px solid #4f9cf9;
background-color: rgba(255,255,255,0.9);