diff --git a/style.css b/style.css index 643efc1..4a40bc7 100644 --- a/style.css +++ b/style.css @@ -187,6 +187,7 @@ body{ #aboutImg img{ width: 80%; height: auto; + user-select: none; } /* Socialmedia Section */ @@ -491,6 +492,12 @@ body{ background: var(--theme1); } + #contact label p{ + margin: 0 30px; + width: calc(100% - 30px); + float: left; + } + #contact button{ width: calc(100% - 20px); height: auto; @@ -718,6 +725,11 @@ body{ margin: 10px; } + #contact label p{ + margin: 10px; + width: calc(80% - 30px); + } + #contact button{ margin: 20px 10px; }