Skip to content

Commit 26f95ed

Browse files
Merge pull request #18 from geoblocks/dev
Fix demo UI (overlaping components)
2 parents 7dfc999 + ac6bf0d commit 26f95ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplibre-gl-shader-layer",
33
"private": false,
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"type": "module",
66
"types": "dist-lib/maplibre-gl-shader-layer.d.ts",
77
"exports": {

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
color: #ffffff;
3636
font-weight: 600;
3737
filter: drop-shadow(0px 0px 10px #000A);
38-
margin-bottom: 10px;
38+
margin-bottom: 80px;
3939
}
4040

4141
#date-display {

0 commit comments

Comments
 (0)