template/styles.css: travail sur header (3)

This commit is contained in:
Adrien Bourmault 2024-02-29 10:54:14 +01:00
parent fdfe78c2f1
commit 454c0ef65e
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 3 additions and 1 deletions

View File

@ -257,6 +257,7 @@ div#header_abouts {
}
p#header_title {
padding-left: 50px;
margin-top: 70px;
color: #FFF;
font-weight: bold;
font-size: 300%;
@ -265,7 +266,8 @@ p#header_about {
font-weight: normal;
color: #FFF;
font-size: 130%;
margin: 50px;
margin-left: 60px;
margin-top: -30px;
}