[tor-commits] [webwml/master] reduce margins of donate section on smaller devices
hiro at torproject.org
hiro at torproject.org
Wed Jan 25 16:18:19 UTC 2017
commit bc3c20f63d2af87060159f71dda7c51492607d6c
Author: MehrabKamrani <mk.zizou at gmail.com>
Date: Sun Dec 20 08:34:44 2015 +0800
reduce margins of donate section on smaller devices
---
css/donate-style.css | 9 +++++++++
donate/en/donate.wml | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/css/donate-style.css b/css/donate-style.css
index 7eb4ff0..8e1532f 100644
--- a/css/donate-style.css
+++ b/css/donate-style.css
@@ -195,6 +195,9 @@ input[type=number] {
color: red;
display: none;
}
+#donate > .btn-group {
+ margin-bottom: 30px;
+}
.quote-section{
background-color:#67467D;
padding: 20px 0;
@@ -337,6 +340,12 @@ footer.footer{
blockquote::before {
display: none;
}
+ .combined-input {
+ margin: 0 15px 15px 15px;
+ }
+ #donate > .btn-group {
+ margin-bottom: 15px;
+ }
#bitpayDonation > .well {
margin-bottom: 30px;
}
diff --git a/donate/en/donate.wml b/donate/en/donate.wml
index ae70b18..06d8289 100644
--- a/donate/en/donate.wml
+++ b/donate/en/donate.wml
@@ -63,7 +63,7 @@
</div>
</div>
- <div class="btn-group btn-group-lg" role="group" style="margin-bottom: 30px;">
+ <div class="btn-group btn-group-lg" role="group">
<div style="padding-bottom:5px;" class="col-xs-6">
<button value="10" id="amount10" name="amnt" type="button" class="btn btn-default btn-lg btn-block amnt-btn">$10</button>
</div>
More information about the tor-commits
mailing list