Limit marker roundness on small screens
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s

This commit is contained in:
Shy 2024-05-09 03:02:42 +02:00
parent 6b3783e69f
commit 62699c90eb

View file

@ -110,7 +110,7 @@ h1, h1 a {
#mapgrid {
outline: 2px solid #333;
background-color: #dfaa37;
border-radius: 4px;
border-radius: min(4px, 25%);
animation: blinker 1s infinite;
}