From 0f912bdb25ecac161d63c53136014c6200b19126 Mon Sep 17 00:00:00 2001 From: Ivan Frantar Date: Mon, 31 Jul 2017 13:53:06 +0100 Subject: [PATCH] Full width layout Might be nice to have this tool as full width with make it nicer to see big amounts of code. --- html-entities/eff.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-entities/eff.css b/html-entities/eff.css index 5c8e48e..92e9121 100644 --- a/html-entities/eff.css +++ b/html-entities/eff.css @@ -3,7 +3,7 @@ html, textarea { } body { - max-width: 40em; + max-width: 100%; padding: 0 1em; }