From d47c747ed5fc1133de275d6d604ee35a4d893fba Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 16 Dec 2024 15:11:53 +0100 Subject: [PATCH] update css when scrolling page --- ebaii/static/css/ifb-patch.css | 10 +++++++++- setup.cfg | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ebaii/static/css/ifb-patch.css b/ebaii/static/css/ifb-patch.css index 10bb573..84c3786 100644 --- a/ebaii/static/css/ifb-patch.css +++ b/ebaii/static/css/ifb-patch.css @@ -15,6 +15,14 @@ header { font-family: Comfortaa !important; } header img.inrae{ - height: 56%; + height: 42px; margin-bottom: 21px; +} +header.scrolled img.inrae{ + height: 25px; + margin-bottom: 12px; +} +header.scrolled .header__logo-wrapper img { + margin-top: 5px; + margin-left: 0px; } \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 53ac7c4..9264bd5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-basetheme-bootstrap-ebaii-theme -version = 1.3.4 +version = 1.3.5 description = A theme for EBAII school for django-basetheme-bootstrap app long_description = file: README.rst author = Bryan Brancotte -- GitLab