From: Silvio Rhatto Date: Mon, 15 Oct 2018 23:25:06 +0000 (-0300) Subject: Themes: mono: mobile first fix X-Git-Tag: v0.98.6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d5a2dedb154e18e303cfb553220718d3d3f4146;p=semanticscuttle.git Themes: mono: mobile first fix --- 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%; } }