fix(hikes): square-ish SAC red/blue painted markers (44px → 28px)

This commit is contained in:
2026-05-19 08:30:02 +02:00
parent c082da700d
commit 2c3886296c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.74.0",
"version": "1.74.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -211,7 +211,7 @@
.sac-marker-red,
.sac-marker-blue {
width: 44px;
width: 28px;
color: #fff;
text-shadow: 0 1px 1px rgb(0 0 0 / 0.45);
border-radius: 2px;
+1 -1
View File
@@ -634,7 +634,7 @@
* T4T6: white-blue-white painted Alpinwanderweg marker. */
.sac-marker {
grid-row: 1 / span 2;
width: 44px;
width: 28px;
height: 20px;
}