From e73bd7955cd60aee98fd10e70a3f22a2721deba8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 7 Oct 2018 15:26:49 +0200 Subject: Fixed logo bug on small devices :bug: :lipstick: --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index 3526f72..6a6ce05 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -119,5 +119,6 @@ a:hover { .logo-img { width: 100%; + max-width: 60vw; height: auto; } \ No newline at end of file -- cgit v1.2.3