1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

update to 4.2.1

This commit is contained in:
Mark Otto
2018-12-22 12:03:13 -08:00
parent 5b27630cb4
commit d6678e8c46
218 changed files with 85211 additions and 1065 deletions

View File

@@ -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;
}