12 lines
215 B
CSS
12 lines
215 B
CSS
body {
|
|
/* min-height: 90vh; */
|
|
/* background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); */
|
|
}
|
|
|
|
.container {
|
|
max-width: 960px;
|
|
}
|
|
|
|
.pricing-header {
|
|
max-width: 700px;
|
|
} |