Improve cards layout

This commit is contained in:
Maël Brunet 2021-05-19 00:28:03 +02:00
parent 48296246c5
commit 32911bf2c1

View file

@ -5,8 +5,9 @@
}
.c-card {
margin: 0 auto;
width: 100%;
max-width: 600px;
margin: 0 auto;
display: flex;
flex-direction: column;
border-radius: 20px;