Skip to content

Commit

Permalink
fix: v1.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jul 25, 2024
1 parent c5f4918 commit ec2a5d9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ platforms:
releaseDate: '2024-07-25'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical/issues'
softwareType: standalone/web
softwareVersion: v1.6.24
softwareVersion: v1.6.25
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.24',
version='1.6.25',

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.24/src/unicms_template_unical/static'
UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.25/src/unicms_template_unical/static'
6 changes: 4 additions & 2 deletions src/unicms_template_unical/static/css/unicms_master_mimi.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
height: auto;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
@media (max-width: 991px) {
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
}
}
6 changes: 4 additions & 2 deletions src/unicms_template_unical/static/css/unicms_sba.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
height: 120px;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
@media (max-width: 991px) {
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
}
}
6 changes: 4 additions & 2 deletions src/unicms_template_unical/static/css/unicms_sssap.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
height: 90px;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
@media (max-width: 991px) {
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
}
}
6 changes: 4 additions & 2 deletions src/unicms_template_unical/static/css/unicms_star.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
height: auto;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
@media (max-width: 991px) {
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
margin-top: -25px;
}
}

0 comments on commit ec2a5d9

Please sign in to comment.