summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/examples/pricing/pricing.css
blob: c7304d10be4e61b01580dc75d41a1674152fb1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}