mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-15 04:46:35 +02:00
Add mobile-specific CCS for selector in Merchants page
This commit is contained in:
parent
61b3bf5add
commit
741f35411a
@ -3431,6 +3431,16 @@ footer {
|
|||||||
left: calc(3 * (100% / 5));
|
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 STYLING*********************************/
|
||||||
|
|
||||||
.roadmap .completed {
|
.roadmap .completed {
|
||||||
|
Loading…
Reference in New Issue
Block a user