From a96221f0e1b7309e0585148e73b34c9a9b61dd85 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 15:22:51 +0200 Subject: responsive: make the host page look nice on all media --- layout/style-c.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'layout/style-c.css') diff --git a/layout/style-c.css b/layout/style-c.css index 514ea66..83c64bc 100644 --- a/layout/style-c.css +++ b/layout/style-c.css @@ -1,4 +1,16 @@ +#content { + padding-left: 5px; +} + +#footer { + padding-left: 5px; +} + .row .hostinfo { font-size: 0.7em; opacity: 0.6; } + +.plugins { + display: none; +} -- cgit v1.1