Skip to content

Commit

Permalink
Merge branch 'development' into 'main'
Browse files Browse the repository at this point in the history
remove header site logo ratio class and width-height values

See merge request hahn-schickard/software-sollutions/application-engineering/internal/opc_ua_dev_group/gateway-project/homepage!26
  • Loading branch information
saukijan committed Feb 1, 2024
2 parents 2f82a2c + 072f86b commit 7fc398d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="navbar-brand">
<a href="{{ site.baseurl }}/" class="navbar-item p-0 image">
{% if site.logo %}
<img class="has-ratio" src="{{ site.logo | absolute_url }}" width="300" height="500" alt="Logo">
<img src="{{ site.logo | absolute_url }}" alt="Logo">
{% else %}
{{ site.title }}
{% endif %}
Expand Down Expand Up @@ -49,4 +49,4 @@
</div>
</div>
</div>
</nav>
</nav>

0 comments on commit 7fc398d

Please sign in to comment.