Fixade utskrifter

This commit is contained in:
2026-04-08 12:42:09 +02:00
parent 7ae547ff02
commit e4e31d1c32

View File

@@ -6,9 +6,9 @@
} }
.hv-item { .hv-item {
padding: 12px 0; padding: 1rem;
border: 1px solid #2a2e37; border: 1px solid #2a2e37;
border-radius: 6px; border-radius: 8px;
transition: transition:
background 0.2s, background 0.2s,
box-shadow 0.2s; box-shadow 0.2s;
@@ -42,3 +42,4 @@
.hv-item i { .hv-item i {
color: #4da3ff; color: #4da3ff;
} }