From fe70d31cea4869c7f8214dbc1d00fb917816e9a8 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 31 Mar 2018 21:28:45 +0100 Subject: Add plug state and uptime. Placeholder tiles for averages --- public/stylesheets/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 62b7873..919696c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -8,4 +8,15 @@ footer ul { .x_panel { height: 350px; -} \ No newline at end of file +} + +.x_panel.small { + height: unset; +} + +.x_content.small { + display: flex; + align-items: center; + justify-content: center; + margin-top: 0; +} -- cgit v1.2.3