diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-29 17:22:33 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-29 17:22:33 +0200 |
commit | bb766f402ba89d0abf2bc424e32e5338ddd2ebdc (patch) | |
tree | 7f687504dc2337b1fc65550a47f44af2d6470bda /src/components/Footer.vue | |
parent | 6e60a0fbacc58b07bc6a0487458ae2af6914fe95 (diff) | |
download | puszcza-bb766f402ba89d0abf2bc424e32e5338ddd2ebdc.tar.gz puszcza-bb766f402ba89d0abf2bc424e32e5338ddd2ebdc.zip |
Fix layout
Diffstat (limited to 'src/components/Footer.vue')
-rw-r--r-- | src/components/Footer.vue | 2 |
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; |