diff --git a/assets/css/main.css b/assets/css/main.css index 2272db8..416f00b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -602,6 +602,8 @@ nav { border-radius: 5px; transition: 0.3s; margin-top: 0.5rem; + margin-left:-5px; + padding: 5px; } :not(textarea) { @@ -676,7 +678,7 @@ textfield { padding: 5px; font-size: 0.95rem; resize: vertical; - min-height: 10rem; + min-height: 5rem; } .topic { diff --git a/assets/css/old.css b/assets/css/old.css index e254369..f19649d 100644 --- a/assets/css/old.css +++ b/assets/css/old.css @@ -582,12 +582,14 @@ nav .dropdown { height: 3rem; width: 100%; display: block; - background: #efefef; + background: #EFEFEF; color: black; border: 0px solid #505050; border-radius: 5px; transition: 0.3s; margin-top: 0.5rem; + margin-left: -5px; + padding: 5px; } .contact-email :not(textarea) { @@ -659,6 +661,8 @@ textarea, textfield { padding: 5px; font-size: 0.95rem; + resize: vertical; + min-height: 5rem; } .topic { diff --git a/index.html b/index.html index e67dd64..a63ba34 100644 --- a/index.html +++ b/index.html @@ -14,10 +14,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o /> - -