Fix home page layout bug

This commit is contained in:
Yannik Rödel 2023-07-25 10:18:44 +02:00
parent b4e9b6c29b
commit 48ca9ae640

View file

@ -23,15 +23,14 @@ Wir schaffen Zugang in die digitale Welt
<a href="/computer-beantragen"> <a href="/computer-beantragen">
<div> <div>
<h3>Computer bekommen</h3> <h3>Computer bekommen</h3>{% if config.applicationsClosed %}<em class="inline-callout">Aktuell keine Hardware verfügbar.</em>{% endif %}
{% if config.applicationsClosed %}<em class="inline-callout">Aktuell keine Hardware verfügbar.</em>{% endif %}
</div> </div>
<svg class="action-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 219 175"> <svg class="action-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 219 175">
<linearGradient id="emphasis-gradient-sun" class="emphasis-gradient"> <linearGradient id="emphasis-gradient-sun" class="emphasis-gradient">
<stop offset="0%" /> <stop offset="0%" />
<stop offset="100%" /> <stop offset="100%" />
</linearGradient> </linearGradient>
<circle class="emphasis sun" cx="100" cy="85" r="35" fill="url(#emphasis-gradient-sun)" /> <circle class="emphasis sun" cx="100" cy="85" r="35" fill="url(#emphasis-gradient-sun)" />
<g> <g>
<path d="M188 63h-28a2 2 0 1 0 0 5h28a2 2 0 1 0 0-5"/> <path d="M188 63h-28a2 2 0 1 0 0 5h28a2 2 0 1 0 0-5"/>
<path d="M188 76h-28a2 2 0 1 0 0 5h28a2 2 0 1 0 0-5"/> <path d="M188 76h-28a2 2 0 1 0 0 5h28a2 2 0 1 0 0-5"/>