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/NavBar.vue | |
parent | 6e60a0fbacc58b07bc6a0487458ae2af6914fe95 (diff) | |
download | puszcza-bb766f402ba89d0abf2bc424e32e5338ddd2ebdc.tar.gz puszcza-bb766f402ba89d0abf2bc424e32e5338ddd2ebdc.zip |
Fix layout
Diffstat (limited to 'src/components/NavBar.vue')
-rw-r--r-- | src/components/NavBar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 67df7e3..1f99a01 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -77,7 +77,7 @@ export default { color: #181818; box-sizing: border-box; - width: 100vw; + width: 100%; height: 80px; background: #ffffff; |