diff --git a/src/App.vue b/src/App.vue index d788cc8..c5284d2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,9 +6,14 @@ import Toolbar from './components/Toolbar.vue' @@ -23,14 +28,24 @@ import Toolbar from './components/Toolbar.vue' flex-direction: column; min-height: 100vh; } +#defaultcontainer{ + display: flex; + flex-direction: column; + min-height: 100vh; +} #content{ + display: flex; position: relative; flex:1; width: 100%; min-height: 100%; } -@include media-breakpoint-between(xs, sm) { +#footer{ + margin-top: 0px; +} + +@include media-breakpoint-between(xs, md) { } @include media-breakpoint-between(md, xl) { diff --git a/src/components/ContactUs.vue b/src/components/ContactUs.vue index 773b41e..244d241 100644 --- a/src/components/ContactUs.vue +++ b/src/components/ContactUs.vue @@ -1,5 +1,12 @@ -