diff --git a/fittrackee_client/src/components/Footer.vue b/fittrackee_client/src/components/Footer.vue index 6335abef..d0dc19d4 100644 --- a/fittrackee_client/src/components/Footer.vue +++ b/fittrackee_client/src/components/Footer.vue @@ -41,7 +41,7 @@ display: flex; bottom: 0; - position: absolute; + position: fixed; width: 100%; background: var(--footer-background-color); diff --git a/fittrackee_client/src/views/Login.vue b/fittrackee_client/src/views/Login.vue index a6ad4135..56b795ba 100644 --- a/fittrackee_client/src/views/Login.vue +++ b/fittrackee_client/src/views/Login.vue @@ -36,6 +36,8 @@ flex-wrap: wrap; justify-content: space-evenly; + margin-bottom: $default-margin * 2; + .container-sub { min-width: 50%; }