Skip to content

Commit 4cac371

Browse files
committed
Fixed max-width b/c text overriding on promo-btn
1 parent f097cb7 commit 4cac371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/openstack/css/combined.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ a.promo-btn {
11731173
padding: 7px 60px;
11741174
margin: 0 auto;
11751175
text-align: center;
1176-
max-width: 369px;
1176+
min-width: 250px;
11771177
display: inline-block;
11781178
line-height: 2;
11791179
}

0 commit comments

Comments
 (0)