lower padding

This commit is contained in:
Diogo Peralta Cordeiro 2021-08-19 02:44:23 +01:00
parent a430c12627
commit c96eae78ee
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 3 additions and 1 deletions

View File

@ -160,6 +160,8 @@ header * {
.splash {
text-align: center;
padding: 3rem;
padding-left: 0rem;
padding-right: 0rem;
background-color: #F6F4F6;
}
.splash-head {
@ -270,4 +272,4 @@ header * {
font-family: 'open_sansbold';
font-weight: bold;
color: #e9eaed;
}
}