WIP update css for welcome page.

This commit is contained in:
Bryan Mauger 2024-04-12 09:19:31 -04:00
parent 4fb644398a
commit 567657b3b4
3 changed files with 11 additions and 1 deletions

View file

@ -21,6 +21,7 @@
.footerImage {
display: flex;
justify-content: center;
margin-top: auto;
img {
max-width: 375px;
}

View file

@ -101,6 +101,10 @@
@updatedMobileProviderNumber="setMobileProviderNumber"
/>
<contentGroupModal ref="RecalModal" cmsWidgetName="RecalModal" />
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-xl-4">
<siteFooter
ref="siteFooter"
class="mt-5"

View file

@ -395,8 +395,13 @@ export default {
</script>
<style lang="scss" scoped>
.container-fluid {
form {
height: 100dvh;
.container-fluid {
display: flex;
flex-direction: column;
height: 100%;
}
}
@-moz-document url-prefix() {
// Temporary solution that prevents the Continue button from being hidden in Firefox