8 lines
168 B
CSS
8 lines
168 B
CSS
.card {
|
|
padding-left: 4rem; /* Add more padding to the left */
|
|
padding-right: 4rem; /* Add more padding to the right */
|
|
}
|
|
|
|
.wrapper {
|
|
margin-bottom: 80px;
|
|
} |