Increase inset shadow

This commit is contained in:
2021-03-10 20:47:11 +01:00
parent 0ebc30814b
commit bfbea8f591
2 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
vertical-align: middle;
transition: left 0.5s;
overflow: hidden;
box-shadow: inset 2px 2px 8px var(--shadow_color);
box-shadow: inset 2px 2px 10px 2px var(--shadow_color);
}
/* Sponsors (row 4) */