From bb766f402ba89d0abf2bc424e32e5338ddd2ebdc Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 29 Aug 2019 17:22:33 +0200 Subject: Fix layout --- src/components/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/NavBar.vue') 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; -- cgit 1.4.1