mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 10:44:44 +00:00
home: MRL logo proportional resizing
custom.css: remove blank selector
This commit is contained in:
parent
0298ecac6b
commit
596eccb67f
1 changed files with 8 additions and 9 deletions
|
@ -1640,14 +1640,6 @@ h1 {
|
|||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 47.9rem) {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media only screen and (max-width: 30rem) {
|
||||
|
||||
h1#main-h1 {
|
||||
|
@ -2779,7 +2771,10 @@ p.main-downloads {
|
|||
|
||||
.info-block-row img.main-icon {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.info-block-row img.main-icon-mrl {
|
||||
width: 64%;
|
||||
}
|
||||
|
||||
.about-main .info-block-row .col-lg-8 {
|
||||
|
@ -2820,6 +2815,10 @@ p.main-downloads {
|
|||
width: 75%;
|
||||
}
|
||||
|
||||
.info-block-row img.main-icon-mrl {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 37rem) {
|
||||
|
|
Loading…
Reference in a new issue