From fe889426cd3656f9b14a53516184f79f7c28d085 Mon Sep 17 00:00:00 2001 From: Michi Date: Sat, 28 May 2022 20:05:56 +0200 Subject: [PATCH] Update style.css --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; }