index : mise à jour du style
This commit is contained in:
parent
1d29344bc1
commit
69ca9da54d
1 changed files with 12 additions and 1 deletions
|
@ -25,7 +25,6 @@ import Card from '../components/Card.astro'
|
|||
#cards {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -35,4 +34,16 @@ import Card from '../components/Card.astro'
|
|||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: 'Cantarell', sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 30%;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue