Modification du style de l'en-tête.
This commit is contained in:
parent
0ffe77ed47
commit
d2ca4e16f5
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
.fakeart
|
||||
{
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 95%;
|
||||
min-height: 15em;
|
||||
height: 50vh;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue