mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
Merge !1209
Add mobile-specific CSS for selector in Merchants page Closes #1044 See merge request monero-project/monero-site!1209
This commit is contained in:
commit
9df2c958bd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user