From 57fe421515568476f5a2b4832021554489460b3d Mon Sep 17 00:00:00 2001 From: Ramon de Jezus Date: Sat, 24 Apr 2021 21:36:50 +0200 Subject: [PATCH] Align website in the center and give a max-width --- solar/static/css/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/solar/static/css/style.scss b/solar/static/css/style.scss index 4f61eab..605f939 100644 --- a/solar/static/css/style.scss +++ b/solar/static/css/style.scss @@ -135,6 +135,8 @@ main { left: 0; right: 0; padding: 2*$pad; + max-width: 1300px; + margin: 0 auto; } /* CATEGORY COLORS @@ -737,7 +739,8 @@ footer { .clear-night { background-position: -60px 0; } - .partly-cloudy-night { + +.partly-cloudy-night { background-position: -80px 0; } .rain {