From: Jan Szejko Date: Thu, 8 Mar 2018 15:42:08 +0000 (+0100) Subject: move sponsors X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/cfd5cf641dd5a2b7a59acaab14b31e349a854de8?ds=sidebyside;hp=846c9bfaec2979443c9611d9762e6e4376ced712 move sponsors --- diff --git a/edumed/static/css/base.css b/edumed/static/css/base.css index f5a492b..a0cb9e3 100644 --- a/edumed/static/css/base.css +++ b/edumed/static/css/base.css @@ -151,6 +151,8 @@ footer.main { width: 6.25em; } footer.main .sponsors-column p { font-size: .75em; } + footer.main .sponsors-column:first-child { + margin-left: 0; } footer.main .footer-extra p { margin-top: 0; } diff --git a/edumed/static/css/base.scss b/edumed/static/css/base.scss index 6c45d50..d4b586d 100644 --- a/edumed/static/css/base.scss +++ b/edumed/static/css/base.scss @@ -175,6 +175,9 @@ footer.main { font-size: .75em; } } + .sponsors-column:first-child { + margin-left: 0; + } .footer-extra p { margin-top: 0; } diff --git a/edumed/templates/base_super.html b/edumed/templates/base_super.html index ad364ec..599677e 100644 --- a/edumed/templates/base_super.html +++ b/edumed/templates/base_super.html @@ -74,6 +74,8 @@