fix(hikes): square-ish SAC red/blue painted markers (44px → 28px)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.74.0",
|
||||
"version": "1.74.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -634,7 +634,7 @@
|
||||
* T4–T6: white-blue-white painted Alpinwanderweg marker. */
|
||||
.sac-marker {
|
||||
grid-row: 1 / span 2;
|
||||
width: 44px;
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user