style change

This commit is contained in:
DaanoGames
2025-04-17 19:36:45 +02:00
parent 72c699c6dc
commit 278259883a
2 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
{% for service in services%}
<div class="bg-light container-xxl">
<div class="row">
<div class="col name" onclick="location.href='{{service.url}}';" style="cursor: pointer;">
<div class="col" onclick="location.href='{{service.url}}';" style="cursor: pointer;">
{{service["name"]}}
</div>