Skip to content

Commit

Permalink
chore: update height for embed and fix browserslist
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelsimon committed Feb 19, 2024
1 parent 749e305 commit 7b968b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "ts-mapjs-storelocator-sample",
"version": "1.0.0",
"version": "1.1.0",
"description": "Store Locator sample based on Woosmap Map JS using typescript and vanillajs",
"browserslist": "> 0.25%, not dead",
"browserslist": [
"> 0.25%, not dead"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Woosmap/ts-mapjs-storelocator-sample.git"
Expand Down
1 change: 0 additions & 1 deletion src/styles/layout/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body {
position: relative;
height: 100vh;
width: 100vw;
min-height: 600px;
min-width: 320px;
margin: 0 auto;
font-size: 16px;
Expand Down

0 comments on commit 7b968b9

Please sign in to comment.