From df66ef687f4380abc82f2c4bd6801f36cf1e2857 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 5 Jan 2021 01:01:12 -0500 Subject: [PATCH] fix fucked indent --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ffb1ca1..cdce412 100644 --- a/styles.css +++ b/styles.css @@ -33,7 +33,7 @@ a { /* some hacky shit to make
s clickable. basically just makes an in a
take up the full div. also changes the cursor but idk if thats even necessary nor do i care as of 0:57 on a tuesday when im writing this */ - .contact a { +.contact a { z-index: 10; width: 100%; height: 100%;