From 0d5a2dedb154e18e303cfb553220718d3d3f4146 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 15 Oct 2018 20:25:06 -0300 Subject: Themes: mono: mobile first fix --- www/themes/mono/scuttle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/themes/mono/scuttle.css b/www/themes/mono/scuttle.css index 7f2e50e..f90c4cd 100644 --- a/www/themes/mono/scuttle.css +++ b/www/themes/mono/scuttle.css @@ -694,10 +694,10 @@ ol#bookmarks { } ol#bookmarks { - width: inherit; + width: 70%; } #welcome { - width: inherit; + width: 66%; } } -- cgit v1.2.3