diff --git a/TODO.md b/TODO.md index d2fb1a7..a861bcd 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,3 @@ -## contact -* form background image - ## General * loading transitions - also transitioning elements in when page loads (especially gallery thumbs in gallery) diff --git a/components/ContentPage.vue b/components/ContentPage.vue index eea0cb8..1feea20 100644 --- a/components/ContentPage.vue +++ b/components/ContentPage.vue @@ -72,6 +72,9 @@ $z-index-top: 10; .content { position: absolute; + display: flex; + align-items: stretch; + justify-content: stretch; width: 100%; min-height: 100%; top: 0; diff --git a/pages/contact.vue b/pages/contact.vue index 927725c..4ab0107 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -155,6 +155,7 @@ export default {