@ -9,6 +9,7 @@
display: flex;
flex-direction: column;
align-items: center;
max-width: 448px;
}
.left {
@ -2,10 +2,12 @@
.row {
.item {
width: 220px;
max-width: 220px;
width: 50%;
.item:first-child {
margin-right: 8px;
width: calc(50% - 8px);