about summary refs log tree commit diff
path: root/src/components/Footer.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-29 17:22:33 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-29 17:22:33 +0200
commitbb766f402ba89d0abf2bc424e32e5338ddd2ebdc (patch)
tree7f687504dc2337b1fc65550a47f44af2d6470bda /src/components/Footer.vue
parent6e60a0fbacc58b07bc6a0487458ae2af6914fe95 (diff)
downloadpuszcza-bb766f402ba89d0abf2bc424e32e5338ddd2ebdc.tar.gz
puszcza-bb766f402ba89d0abf2bc424e32e5338ddd2ebdc.zip
Fix layout
Diffstat (limited to 'src/components/Footer.vue')
-rw-r--r--src/components/Footer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 8288667..1cdad44 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -49,7 +49,7 @@ export default {
 .footer {
   color: #ffffff;
   min-height: 175px;
-  width: 100vw;
+  width: 100%;
 
   display: flex;
   flex-direction: row;