mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix home page layout bug
This commit is contained in:
parent
b4e9b6c29b
commit
48ca9ae640
1 changed files with 2 additions and 3 deletions
|
|
@ -23,15 +23,14 @@ Wir schaffen Zugang in die digitale Welt
|
|||
|
||||
<a href="/computer-beantragen">
|
||||
<div>
|
||||
<h3>Computer bekommen</h3>
|
||||
{% if config.applicationsClosed %}<em class="inline-callout">Aktuell keine Hardware verfügbar.</em>{% endif %}
|
||||
<h3>Computer bekommen</h3>{% if config.applicationsClosed %}<em class="inline-callout">Aktuell keine Hardware verfügbar.</em>{% endif %}
|
||||
</div>
|
||||
<svg class="action-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 219 175">
|
||||
<linearGradient id="emphasis-gradient-sun" class="emphasis-gradient">
|
||||
<stop offset="0%" />
|
||||
<stop offset="100%" />
|
||||
</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>
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue