diff --git a/package.json b/package.json index e65d454..a1b8b9e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "^22.5.1", "@vitejs/plugin-vue": "^5.1.3", "typescript": "^5.5.3", - "vite": "^5.4.1", + "vite": "^5.4.3", "vite-svg-loader": "^5.1.0", "vue-tsc": "^2.0.29" } diff --git a/src/pages/basicDashboard/InternetSetup.vue b/src/pages/basicDashboard/InternetSetup.vue index b836f4a..6d4b447 100644 --- a/src/pages/basicDashboard/InternetSetup.vue +++ b/src/pages/basicDashboard/InternetSetup.vue @@ -7,11 +7,11 @@
@@ -20,11 +20,11 @@ @@ -33,11 +33,11 @@ @@ -46,15 +46,15 @@ diff --git a/src/styles/basicDashboard.css b/src/styles/basicDashboard.css index 59d599c..46a74e2 100644 --- a/src/styles/basicDashboard.css +++ b/src/styles/basicDashboard.css @@ -112,7 +112,7 @@ display: flex; flex-direction: column; gap: 10px; - width: 400px; + max-width: 400px; } input[type="radio"] { appearance: none; @@ -125,7 +125,7 @@ display: flex; align-items: center; justify-content: center; - + margin-right: 10px; } input[type="radio"]::before { content: ""; @@ -144,14 +144,10 @@ display: flex; align-items: center; background-color: var(--dark-bg-alt-2-color); - height: 50px; + min-height: 50px; width: 100%; border-radius: 5px; padding: 10px; - - p { - margin-left: 10px; - font-size: 1.2rem; - } + font-size: 1.2rem; } } \ No newline at end of file