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

24 Aug
2019
24 Aug
'19
4:53 a.m.
commit dff07d6672486e4320a817e735a77f03b5e9023f Author: David Fifield <david@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; } +@media only screen and (max-width: 600px) { + #content { + padding: 2.6rem 1.3rem; + } +} + section { margin: 1.3rem 0; }
2126
Age (days ago)
2126
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org