Create mobile device css rules

This commit is contained in:
Kaisa Marysia 2025-04-13 12:58:57 +02:00
parent c58847965a
commit 8443477b4d
3 changed files with 193 additions and 7 deletions

View file

@ -39,7 +39,7 @@
<a href="{{ links.link }}"></a>
</div>
<div class="{{ links.title }}-img">
<a class="linkimg" href="{{ links.link }}"><img src="/img/{{ links.icon }}.svg"alt="Socialmedia Icon for {{links.icon}}" style="width: 25px; filter: invert(75%)"</img></a>
<a class="linkimg" href="{{ links.link }}"><img src="/img/{{ links.icon }}.svg"alt="Socialmedia Icon for {{links.icon}}" style="width: 100%; filter: invert(75%)"</img></a>
</div>
<div class="{{ links.title }}-txt">
<a class="linktxt" href="{{ links.link }}"> {{ links.title }}</a><br>