16 lines
298 B
CSS
16 lines
298 B
CSS
body {
|
|
/* min-height: 90vh; */
|
|
/* background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); */
|
|
}
|
|
|
|
.container {
|
|
max-width: 960px;
|
|
}
|
|
|
|
.pricing-header {
|
|
max-width: 700px;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.rounded-lg-3 { border-radius: .3rem; }
|
|
} |