Skip to content

Commit ecb2313

Browse files
authored
Merge pull request #284 from OpenStackweb/zed-button-fix
Updated homepage css for mobile button fix
2 parents f08892d + f28f6e6 commit ecb2313

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

themes/openstack/scss/home-page.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,13 +1553,24 @@ a.anniversary-btn:hover, a.anniversary-btn:focus {
15531553
flex-direction: column;
15541554

15551555
.ussuri-btn {
1556-
width: 50%;
1556+
width: 385px;
15571557
margin: 0 auto 15px;
15581558
}
15591559
}
15601560
}
15611561
}
15621562

1563+
@media (max-width: 450px) {
1564+
.section-ussuri {
1565+
1566+
.ussuri-btn-wrapper {
1567+
.ussuri-btn {
1568+
width: 320px;
1569+
}
1570+
}
1571+
}
1572+
}
1573+
15631574
/*End Ussuri Section*/
15641575

15651576
/*Spotlight Section*/

0 commit comments

Comments
 (0)