From 24b35e36fdabf1e4068e75953a68bcf8158dd404 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 4 Nov 2021 12:54:26 +0100 Subject: [PATCH] Fix CSS property typo --- public/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index c40ad67..bf10437 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -51,7 +51,7 @@ body { } a { - display: content; + display: contents; text-decoration: none; }