diff --git a/styles.css b/styles.css index a25d184..ffb1ca1 100644 --- a/styles.css +++ b/styles.css @@ -29,7 +29,10 @@ a { opacity: .9; position: relative; transition: opacity .5s; - } +} + /* 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 { z-index: 10; width: 100%; @@ -44,6 +47,7 @@ div.contact:hover { cursor: hand; cursor: pointer; } + @media screen and (max-width:500px) { .contact { width: 100%; @@ -52,4 +56,4 @@ div.contact:hover { width: 80%; } } -/* TODO: make it not bad */ +