Add mobile-specific CSS for selector in Merchants page

Closes #1044

See merge request monero-project/monero-site!1209
This commit is contained in:
luigi1111 2020-02-20 20:47:24 +01:00
commit 9df2c958bd

View File

@ -3416,6 +3416,16 @@ footer {
left: calc(3 * (100% / 5));
}
@media only screen and (max-width: 50rem) {
.tabPanel-merchant > h2 {
font-size: 1.1rem;
height: 3rem;
padding: 1rem 0;
}
}
/***************************ROADMAP STYLING*********************************/
.roadmap .completed {