Files
www.ayanova.com/r/css/site.css
2022-07-23 20:12:14 +00:00

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; }
}