Limit marker roundness on small screens
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
This commit is contained in:
parent
6b3783e69f
commit
62699c90eb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ h1, h1 a {
|
||||||
#mapgrid {
|
#mapgrid {
|
||||||
outline: 2px solid #333;
|
outline: 2px solid #333;
|
||||||
background-color: #dfaa37;
|
background-color: #dfaa37;
|
||||||
border-radius: 4px;
|
border-radius: min(4px, 25%);
|
||||||
animation: blinker 1s infinite;
|
animation: blinker 1s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue