From 388767d3cfeea0e3fdef877dcaa51bed4bc7ae71 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 11 Mar 2019 19:18:41 +0200 Subject: [PATCH] Remove link text resize on hover --- src/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index fd1e4f4..70ef9a0 100644 --- a/src/index.scss +++ b/src/index.scss @@ -39,7 +39,6 @@ p { a, a:hover { - font-size: 16px; text-decoration: none; color: $white; }