diff options
| author | XhmikosR <[email protected]> | 2021-01-19 08:34:18 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-19 18:20:37 +0200 |
| commit | 0bb8f991a032ff984f45ede26b53643ffa93891b (patch) | |
| tree | b5c124360151f417b9a4c15f2a5a6f9e4389095c /docs/4.6/examples/pricing/pricing.css | |
| parent | b298dc0b34fd1ca73e8aa83e57fac4151bfbc3db (diff) | |
| download | bootstrap-0bb8f991a032ff984f45ede26b53643ffa93891b.tar.xz bootstrap-0bb8f991a032ff984f45ede26b53643ffa93891b.zip | |
Add v4.6.0 docs
Diffstat (limited to 'docs/4.6/examples/pricing/pricing.css')
| -rw-r--r-- | docs/4.6/examples/pricing/pricing.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/4.6/examples/pricing/pricing.css b/docs/4.6/examples/pricing/pricing.css new file mode 100644 index 000000000..cbf0ec013 --- /dev/null +++ b/docs/4.6/examples/pricing/pricing.css @@ -0,0 +1,20 @@ +html { + font-size: 14px; +} +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +.container { + max-width: 960px; +} + +.pricing-header { + max-width: 700px; +} + +.card-deck .card { + min-width: 220px; +} |
