2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fix image sizes on homepage

This commit is contained in:
Mark Otto
2012-11-22 12:26:54 -08:00
parent 5d1b4206b1
commit e0d0190803
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -288,9 +288,10 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) {
line-height: 1.25;
color: #999;
}
.marketing img {
.marketing-img {
display: block;
margin: 0 auto 30px;
max-height: 145px;
}