From bef87c3247ef9ca41db7c56da7aff53c1cd40227 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Tue, 14 Apr 2020 15:49:43 +0200 Subject: [PATCH] indentation --- static/orgs.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/orgs.css b/static/orgs.css index 975b77e..b4c2963 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -32,21 +32,20 @@ h1 { } .active, .collapsible:after { - padding-top: 20px; + padding-top: 10px; color: #054646; - padding-left: 100px; + padding-left: 85px; } .content { max-height: 0; - overflow: hidden; + overflow: hidden; transition: max-height 0.2s ease-out; - padding-left: 100px; + padding-left: 50px; background-color: #5E7575; font-family: monospace; position: relative; - width: 800px; - margin-left: 100px; line-height: 30px; + margin-left: 85px; }