0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-01 01:54:24 +01:00

12 lines
204 B
CSS
Raw Normal View History

2022-12-24 18:43:04 +02:00
body {
2023-03-24 16:37:29 +02:00
background-image: linear-gradient(180deg, var(--bs-body-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
2022-12-24 18:43:04 +02:00
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}