6 lines
65 B
CSS
6 lines
65 B
CSS
|
.card {
|
||
|
width: 85%;
|
||
|
margin: 0 auto;
|
||
|
margin-bottom: 60px;
|
||
|
}
|