From f72a7195b34587b7a457447ad2ffe889fb89263c Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Mon, 10 Aug 2020 14:48:25 +0200 Subject: [PATCH] Add padding in the main section on classic devices --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 2ed4037..00c304b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -138,6 +138,10 @@ section h1, section h2, section p, section ul{ tr:hover td:hover, tr:hover th:hover{ background-color: rgba(255, 255, 255, 0.4); } + section{ + padding-left: 150px; + padding-right: 150px; + } } @media all and (max-width: 1100px){ *{