1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Doc: Fixed paddings

This commit is contained in:
Laurent Cozic 2021-07-10 11:42:53 +01:00
parent e3db3871b6
commit 576a5074ab

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);