From e8b3218606592a63f68f4c6bcb1e7dd50679d4ff Mon Sep 17 00:00:00 2001 From: el00ruobuob Date: Mon, 18 Mar 2019 23:27:51 +0100 Subject: [PATCH] div height increase monero-project page + increase button width to 17rem (for RU) --- css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index ba2e0265..0a6f27b1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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; } }