diff options
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; |