From adef46407c958b06972c8cc87ef9a171268507c3 Mon Sep 17 00:00:00 2001 From: Francesco Filicetti Date: Tue, 23 Jan 2024 09:53:44 +0100 Subject: [PATCH] fix: logo spacing --- publiccode.yml | 4 ++-- setup.py | 2 +- src/unicms_template_unical/settings.py | 2 +- src/unicms_template_unical/static/css/unicms_unical.css | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/publiccode.yml b/publiccode.yml index 10a86a6..ac96a0a 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -89,10 +89,10 @@ name: uniCMS - Unical template platforms: - linux - web -releaseDate: '2024-01-22' +releaseDate: '2024-01-23' roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical/issues' softwareType: standalone/web -softwareVersion: v1.6.8 +softwareVersion: v1.6.9 url: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical' usedBy: - Università della Calabria - https://www.unical.it diff --git a/setup.py b/setup.py index 1f5b920..34ef09e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name=PKG_NAME, - version='1.6.8', + version='1.6.9', packages=[PKG_NAME], package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"}, diff --git a/src/unicms_template_unical/settings.py b/src/unicms_template_unical/settings.py index abbf100..ceb6358 100644 --- a/src/unicms_template_unical/settings.py +++ b/src/unicms_template_unical/settings.py @@ -4,4 +4,4 @@ # CDN FOR STATICS UNICMS_TEMPLATE_UNICAL_USE_CDN = False -UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.8/src/unicms_template_unical/static' +UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.9/src/unicms_template_unical/static' diff --git a/src/unicms_template_unical/static/css/unicms_unical.css b/src/unicms_template_unical/static/css/unicms_unical.css index 180cdc5..815965d 100644 --- a/src/unicms_template_unical/static/css/unicms_unical.css +++ b/src/unicms_template_unical/static/css/unicms_unical.css @@ -50,7 +50,8 @@ p.tags { /** * Header Center Wrapper */ @media (min-width: 992px) { .it-header-center-wrapper { - height: 130px; + min-height: 130px; + height: auto; } } /** * Logo */