mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
11 lines
222 B
SCSS
11 lines
222 B
SCSS
.pricing-table {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.pricing-table__column {
|
|
border: 1px solid #d1d5db;
|
|
border-radius: 0.25rem;
|
|
margin: 0 0.25rem;
|
|
padding: 0.25rem;
|
|
} |