[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [snowflake/master] Use less side padding on small screens.
commit dff07d6672486e4320a817e735a77f03b5e9023f
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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;
}
+@media only screen and (max-width: 600px) {
+ #content {
+ padding: 2.6rem 1.3rem;
+ }
+}
+
section {
margin: 1.3rem 0;
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits