Modification du style de l'en-tête.

This commit is contained in:
Madeorsk 2024-09-07 10:50:40 +02:00
parent 0ffe77ed47
commit d2ca4e16f5
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,6 @@
.fakeart
{
position: relative;
display: block;
width: 95%;
min-height: 15em;
height: 50vh;

View file

@ -1,10 +1,15 @@
header
{
display: flex;
margin: auto;
align-items: center;
justify-content: center;
h1
{
margin: 1em auto;
font-size: 2.5em;
font-size: 3em;
text-align: center;
}
}