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
|
.fakeart
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
|
||||||
width: 95%;
|
width: 95%;
|
||||||
min-height: 15em;
|
min-height: 15em;
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
|
|
||||||
header
|
header
|
||||||
{
|
{
|
||||||
|
display: flex;
|
||||||
|
margin: auto;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
font-size: 2.5em;
|
font-size: 3em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue