From b76a3575dff50e716f254d76260b7f9abe192cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Tue, 14 May 2019 21:20:56 +0200 Subject: [PATCH] fix logo --- components/Logo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Logo.vue b/components/Logo.vue index 1f39385..bf1e8a3 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -26,7 +26,7 @@ export default { cursor: pointer; } img { - max-width: 35px; + width: 35px; } p { margin: 0 0 0 .3rem;