From 5cf40a99518f60fbe2099cb15a8313023cd3b78e Mon Sep 17 00:00:00 2001 From: Levente Gyozo Lenart <3868156+fabledpig@users.noreply.github.com> Date: Mon, 4 Feb 2019 21:54:51 +0100 Subject: [PATCH] Use responsive stroke width --- src/components/pages/Home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/Home.css b/src/components/pages/Home.css index 727ae7b..a1a3afc 100644 --- a/src/components/pages/Home.css +++ b/src/components/pages/Home.css @@ -8,5 +8,5 @@ top: 0px; -webkit-text-fill-color: white; -webkit-text-stroke-color: black; - -webkit-text-stroke-width: 0.75px; + -webkit-text-stroke-width: 0.1vw; } -- GitLab