Skip to content

Commit

Permalink
Fix logo placement and font family not applied on map
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed May 24, 2024
1 parent 6281922 commit 216a8ef
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ PYTHONPATH=/home/web/django_project:/geonode
USE_DEFAULT_GEOSERVER_STYLE=False
INITIAL_FIXTURES=True

VERSION=4.6.0
VERSION=4.6.1
ISTSOS_VERSION=2.4.1-4

# ------ GEOSERVER ------
Expand Down
1 change: 0 additions & 1 deletion django_project/igrac/static/css/base-igrac.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ body.igrac-home {

header #logo-branding {
padding: 2px 0;
margin-top: -10px;
}

.navbar-nav > li > a {
Expand Down
1 change: 0 additions & 1 deletion django_project/igrac/static/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ body {

#branding .logo, .branding .logo {
height: 50px;
line-height: 50px;
}

.footer-wrapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
<link href="{% static 'mapstore/dist/themes/geonode.css' %}?{% client_version %}" rel="stylesheet" />
<link href="{% static 'css/default.css' %}?{{ IGRAC_VERSION.name }}" rel="stylesheet" />
<link href="{% static "css/base-igrac.css" %}?{{ IGRAC_VERSION.name }}" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion django_project/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.0
4.6.1

0 comments on commit 216a8ef

Please sign in to comment.