mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
div height increase monero-project page
+ increase button width to 17rem (for RU)
This commit is contained in:
parent
0f25ac80a1
commit
e8b3218606
1 changed files with 3 additions and 3 deletions
|
@ -1785,7 +1785,7 @@ a.btn-link:hover span.icon-blockchain, a.btn-link:focus span.icon-blockchain, a.
|
|||
}
|
||||
|
||||
.btn-fixed {
|
||||
width: 15rem;
|
||||
width: 17rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -3929,13 +3929,13 @@ p.hangouts-social {
|
|||
/**************************MONERO PROJECT***********************/
|
||||
|
||||
.monero-project p {
|
||||
height: 13rem;
|
||||
height: 14rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 75rem) {
|
||||
|
||||
.monero-project p {
|
||||
height: 12rem;
|
||||
height: 15rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue