Skip to content

Commit d20f9ed

Browse files
committed
PR fixes
1 parent cf0d562 commit d20f9ed

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/pages/Map.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ main > div,
1818
margin-bottom: 1em;
1919
min-height: min(60vh, 600px);
2020

21-
button {
22-
width: 2.6rem;
23-
height: 2.6rem;
24-
background: rgb(255 255 255 / 50%);
25-
backdrop-filter: blur(0); /* no unit on zero */
26-
border: 1px solid black;
27-
border-radius: 50%;
28-
box-shadow:
29-
0 1px 3px rgb(0 0 0 / 8%),
30-
0 6px 16px rgb(0 0 0 / 10%);
31-
cursor: pointer;
32-
}
21+
button {
22+
width: 2.6rem;
23+
height: 2.6rem;
24+
background: rgb(255 255 255 / 50%);
25+
backdrop-filter: blur(0); /* no unit on zero */
26+
border: 1px solid black;
27+
border-radius: 50%;
28+
box-shadow:
29+
0 1px 3px rgb(0 0 0 / 8%),
30+
0 6px 16px rgb(0 0 0 / 10%);
31+
cursor: pointer;
32+
}
3333

3434
.map-index {
3535
position: absolute;

0 commit comments

Comments
 (0)