2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

docs(examples): fix pricing example

This commit is contained in:
Gaël Poupard
2020-06-10 10:47:27 +02:00
committed by Mark Otto
parent 6fa3dfe8d9
commit aee711bfa9
2 changed files with 10 additions and 17 deletions
@@ -1,12 +1,3 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
@@ -14,7 +5,3 @@ html {
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}