More space in section

This commit is contained in:
Romain de Laage 2020-11-22 18:59:49 +01:00
parent 95800a5141
commit 71d3bcebaa
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 11 additions and 2 deletions

View File

@ -100,8 +100,17 @@ iframe{
border: none; border: none;
background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5);
} }
section h1, section h2, section p, section ul{ section p, section ul, section ol{
margin: 5px; margin-top: 10px;
margin-bottom: 10px;
}
section li{
margin-top: 5px;
margin-bottom: 5px;
}
section h1, section h2{
margin-top: 30px;
margin-bottom: 15px;
} }
@media all and (min-width: 1100px){ @media all and (min-width: 1100px){
td, th{ td, th{