From 03431e96f83439b27c38d78285116efff36de90c Mon Sep 17 00:00:00 2001 From: Emil Telstad Date: Thu, 12 Oct 2023 21:31:53 +0200 Subject: [PATCH] Update browserlist. --- frontend/package.json | 15 +++------------ .../LycheAboutPage/LycheAboutPage.module.scss | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index cced4785f..bcb806c50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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": { diff --git a/frontend/src/Pages/LycheAboutPage/LycheAboutPage.module.scss b/frontend/src/Pages/LycheAboutPage/LycheAboutPage.module.scss index 83b93e318..cb6947367 100644 --- a/frontend/src/Pages/LycheAboutPage/LycheAboutPage.module.scss +++ b/frontend/src/Pages/LycheAboutPage/LycheAboutPage.module.scss @@ -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;