Skip to content

Commit

Permalink
fix line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed Dec 9, 2024
1 parent 66cffeb commit ebc9ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ <h1 class="headline">{{ page.headline }}</h1>

{% if locale.lang == 'de-DE' %}
<h3 style="margin: 0; color: #cf0017">Technische Universität Berlin</h3>
<h2 style="line-height: 1.1rem; margin: 0 !important;">Verkehrssystemplanung und Verkehrstelematik (VSP)</h2>
<h2 style="margin: 0 !important;">Verkehrssystemplanung und Verkehrstelematik (VSP)</h2>
<hr style="margin: 2rem 0 0 0" />
{% else %}
<h3 style="margin: 0; color: #cf0017">Technische Universität Berlin</h3>
<h2 style="line-height: 1.1rem; margin: 0 !important;">Transport Systems Planning and Transport Telematics (VSP)</h2>
<h2 style="margin: 0 !important;">Transport Systems Planning and Transport Telematics (VSP)</h2>
<hr style="margin: 2rem 0 0 0" />
{% endif %}

Expand Down

0 comments on commit ebc9ffd

Please sign in to comment.