div height increase monero-project page

+ increase button width to 17rem (for RU)
This commit is contained in:
el00ruobuob 2019-03-18 23:27:51 +01:00
parent 0f25ac80a1
commit e8b3218606
No known key found for this signature in database
GPG key ID: 8794A50E11FE51A0

View file

@ -1785,7 +1785,7 @@ a.btn-link:hover span.icon-blockchain, a.btn-link:focus span.icon-blockchain, a.
} }
.btn-fixed { .btn-fixed {
width: 15rem; width: 17rem;
display: block; display: block;
} }
@ -3929,13 +3929,13 @@ p.hangouts-social {
/**************************MONERO PROJECT***********************/ /**************************MONERO PROJECT***********************/
.monero-project p { .monero-project p {
height: 13rem; height: 14rem;
} }
@media only screen and (max-width: 75rem) { @media only screen and (max-width: 75rem) {
.monero-project p { .monero-project p {
height: 12rem; height: 15rem;
} }
} }