From 7d09c286f1998078f1f4cebdec6ec8b9346097a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Tue, 14 May 2019 20:33:43 +0200 Subject: [PATCH] increase brand --- components/Logo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Logo.vue b/components/Logo.vue index 7a87b5d..1f39385 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -26,11 +26,11 @@ export default { cursor: pointer; } img { - max-width:30px; + max-width: 35px; } p { margin: 0 0 0 .3rem; - font-size: 12px; + font-size: 14px; } }