Skip to content

Commit

Permalink
Update browserlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilte committed Oct 12, 2023
1 parent 97faf91 commit 03431e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,9 @@
"vite": "^3.2.0",
"webpack": "^5.76.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browserslist": [
"defaults"
],
"main": "src/index.tsx",
"license": "MIT",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.container {
width: 100%;
height: 100%;
margin: $sulten-navbar-height/4 0 $sulten-navbar-height/4 0; //this looked the best
margin: calc($sulten-navbar-height/4) 0 calc($sulten-navbar-height/4) 0; //this looked the best
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit 03431e9

Please sign in to comment.