From 208ef26418565eff3d26dec89bf362a7547f20f2 Mon Sep 17 00:00:00 2001 From: Hendr_ik Date: Sun, 30 Jun 2019 15:42:40 +0200 Subject: [PATCH] update css --- theme/static/css/style.css | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/theme/static/css/style.css b/theme/static/css/style.css index 7f0b129..c745e89 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -62,6 +62,10 @@ font-size: 18px; margin: 30px 0 20px 0; } +.section-auditorium h3 { +margin: 0 0 10px 0; +} + h4 { color: #898989; } @@ -286,17 +290,20 @@ position: fixed; -webkit-font-smoothing: subpixel-antialiased } -section { +section, +section-auditorium { float: right; width: 600px; padding: 0 0 40px 0; } -section > p { +section > p, +section-auditorium > p { margin: 0 0 20px 0; } -section > p:last-child { +section > p:last-child, +section-auditorium > p:last-child { margin: 0 0 60px 0; } @@ -369,6 +376,7 @@ margin: 0 } header, section, +section-auditorium, footer { float: none; position: static; @@ -377,13 +385,17 @@ width: auto header { padding-right: 320px } -section { +section, +section-auditorium { border: none; width: auto; padding: 0 0 0 0; margin: 40px 0 40px 0; } -section > p:first-child, section > p:last-child { +section > p:first-child, +section > p:last-child, +section-auditorium > p:first-child, +section-auditorium > p:last-child { margin: 0 0 40px 0; } }