Add padding in the main section on classic devices

This commit is contained in:
Romain de Laage 2020-08-10 14:48:25 +02:00
parent 783a1c4f14
commit f72a7195b3
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,10 @@ section h1, section h2, section p, section ul{
tr:hover td:hover, tr:hover th:hover{
background-color: rgba(255, 255, 255, 0.4);
}
section{
padding-left: 150px;
padding-right: 150px;
}
}
@media all and (max-width: 1100px){
*{