mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
commit
4be13702c1
1 changed files with 14 additions and 1 deletions
|
@ -3210,6 +3210,10 @@ footer {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-only .nopadding {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 75rem) {
|
@media only screen and (max-width: 75rem) {
|
||||||
|
|
||||||
.desktop-only {
|
.desktop-only {
|
||||||
|
@ -4716,9 +4720,18 @@ input.accordion[type=radio]:checked + label::after {
|
||||||
.tab-content p {
|
.tab-content p {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 62rem) {
|
||||||
|
|
||||||
|
|
||||||
[data-tooltip]:before {
|
[data-tooltip]:before {
|
||||||
width: 0;
|
width: auto;
|
||||||
|
bottom: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.downloads ul.logo {
|
||||||
|
padding-inline-start: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue