Skip to content

Commit

Permalink
fix: logo spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jan 23, 2024
1 parent 254a312 commit adef464
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"},
Expand Down
2 changes: 1 addition & 1 deletion src/unicms_template_unical/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 2 additions & 1 deletion src/unicms_template_unical/static/css/unicms_unical.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit adef464

Please sign in to comment.