mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Add mobile-specific CCS for selector in Merchants page
This commit is contained in:
parent
61b3bf5add
commit
741f35411a
1 changed files with 10 additions and 0 deletions
|
@ -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 a new issue