diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index e3a9a28..59a5f71 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -70,16 +70,18 @@ button.link-btn, .link-btn .v-btn__content { justify-content: normal !important; } -@media (max-width: 768px) { - #app { - /* min-width: 600px; */ - padding: 0; /* Adjust as needed */ - } - +@media (max-width: 1024px) { .full-width { margin-left: unset; margin-right: unset; } +} + +@media (max-width: 960px) { + #app { + /* min-width: 600px; */ + padding: 0; /* Adjust as needed */ + } .breadcrumbs { margin: 0; diff --git a/frontend/src/components/SchoolSelect.vue b/frontend/src/components/SchoolSelect.vue index b904515..f9baa2f 100644 --- a/frontend/src/components/SchoolSelect.vue +++ b/frontend/src/components/SchoolSelect.vue @@ -43,7 +43,7 @@ function goToSchoolSearch() { src="@/assets/images/BCMapGraphic.png" alt="Map of British Columbia" style="height: 268px; position: absolute; top: 170px; left: -80px" - class="d-none d-md-block" + class="d-none d-lg-block" /> @@ -74,7 +74,7 @@ function goToSchoolSearch() { - + - + diff --git a/frontend/src/views/AuthorityView.vue b/frontend/src/views/AuthorityView.vue index a325fa5..34c2036 100644 --- a/frontend/src/views/AuthorityView.vue +++ b/frontend/src/views/AuthorityView.vue @@ -214,8 +214,8 @@ onMounted(async () => { > - - + +

Authority diff --git a/frontend/src/views/DistrictView.vue b/frontend/src/views/DistrictView.vue index cb30b98..8820302 100644 --- a/frontend/src/views/DistrictView.vue +++ b/frontend/src/views/DistrictView.vue @@ -194,8 +194,8 @@ onMounted(async () => { - - + + diff --git a/frontend/src/views/SchoolView.vue b/frontend/src/views/SchoolView.vue index e04e535..883df15 100644 --- a/frontend/src/views/SchoolView.vue +++ b/frontend/src/views/SchoolView.vue @@ -239,8 +239,13 @@ function goToDistrict() { class="pt-6 pb-0 pb-md-6 full-width" > - - + +