Improve cards layout
This commit is contained in:
parent
48296246c5
commit
32911bf2c1
|
|
@ -5,8 +5,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-card {
|
.c-card {
|
||||||
margin: 0 auto;
|
width: 100%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue