[snowflake/master] Limit the maximum horizontal content width to 55rem.

24 Aug
2019
24 Aug
'19
4:53 a.m.
commit 1d6a98a40e6f5b9ed8348f2c7a87b1d5cb9df250 Author: David Fifield <david@bamsoftware.com> Date: Fri Aug 23 22:41:51 2019 -0600 Limit the maximum horizontal content width to 55rem. --- proxy/static/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/static/index.css b/proxy/static/index.css index 6c75800..00602e0 100644 --- a/proxy/static/index.css +++ b/proxy/static/index.css @@ -26,7 +26,8 @@ header a { } #content { - margin: 0 0 2.6rem 0; + max-width: 55rem; + margin: 0 auto 2.6rem auto; padding: 2.6rem 5.2rem; background-color: #FFFFFF; }
2116
Age (days ago)
2116
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org