diff --git a/ebaii/static/css/ifb-patch.css b/ebaii/static/css/ifb-patch.css index 10bb573255535791ed16911244bbf6e5a13a2809..84c3786161821bcde202650a1ce34136b009f6ea 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 53ac7c4562383aad0b38d6cc05ec2e60a780a69f..9264bd547e3c5261e7baba6eeceb2404c0740176 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