lb-dk-2023/assets/bootstrap-4.5.2/site/docs/4.5/examples/pricing/pricing.css

21 lines
211 B
CSS
Raw Normal View History

2023-08-15 17:02:21 +02: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;
}