bootstrap/docs/4.5/examples/pricing/pricing.css

21 lines
211 B
CSS
Raw Normal View History

2020-05-13 01:50:21 +08:00
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}