fix fucked indent

This commit is contained in:
Christian
2021-01-05 01:01:12 -05:00
parent d9854e2c56
commit df66ef687f

View File

@@ -33,7 +33,7 @@ a {
/* some hacky shit to make <div class=contact>s clickable. basically just makes /* some hacky shit to make <div class=contact>s clickable. basically just makes
an <a> in a <div class=contact> take up the full div. also changes the cursor but an <a> in a <div class=contact> 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 */ 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; z-index: 10;
width: 100%; width: 100%;
height: 100%; height: 100%;