[tor-commits] [snowflake/master] Use less side padding on small screens.

dcf at torproject.org dcf at torproject.org
Sat Aug 24 04:53:11 UTC 2019


commit dff07d6672486e4320a817e735a77f03b5e9023f
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Aug 23 22:41:27 2019 -0600

    Use less side padding on small screens.
---
 proxy/static/index.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/proxy/static/index.css b/proxy/static/index.css
index 3816776..6c75800 100644
--- a/proxy/static/index.css
+++ b/proxy/static/index.css
@@ -31,6 +31,12 @@ header a {
   background-color: #FFFFFF;
 }
 
+ at media only screen and (max-width: 600px) {
+  #content {
+    padding: 2.6rem 1.3rem;
+  }
+}
+
 section {
   margin: 1.3rem 0;
 }





More information about the tor-commits mailing list