mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 12:26:34 +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));
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 50rem) {
|
||||
|
||||
.tabPanel-merchant > h2 {
|
||||
font-size: 1.1rem;
|
||||
height: 3rem;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/***************************ROADMAP STYLING*********************************/
|
||||
|
||||
.roadmap .completed {
|
||||
|
Loading…
Reference in New Issue
Block a user