From da42c3a3d54e63bfcdb948d1fcc29a439a994127 Mon Sep 17 00:00:00 2001
From: Faras <faras@partidopirata.com.ar>
Date: Sun, 12 Apr 2020 19:24:20 -0500
Subject: [PATCH] Fix buttons in mobile

---
 main.css | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/main.css b/main.css
index 1a5d595..fedcc9c 100644
--- a/main.css
+++ b/main.css
@@ -78,12 +78,14 @@ button#helpButton:after {
 button#helpButton {
   position:  absolute;
   right: 0;
+  height: 2em;
   transform: scale(0.7);
 }
 
 button#shareButton {
   position:  absolute;
-  right: 1.5em;
+  right: 1.3em;
+  height: 2em;
   font-weight: bold;
   letter-spacing: -3px;
   transform: scale(0.7);
@@ -91,7 +93,10 @@ button#shareButton {
 
 button#downloadButton {
   position: absolute;
-  right: 3em;
+  right: 2.65em;
+  height: 2em;
+  padding-left: 0.5em;
+  padding-right: 0.5em;
   text-align: center;
   text-decoration: underline;
   transform: scale(0.7);
@@ -101,6 +106,7 @@ button#downloadButton {
   width: 30%;
   margin: 0 auto;
   min-width: 400px;
+  max-width: 100%;
   position: relative;
 }
 
-- 
GitLab