Update style.css

This commit is contained in:
Michi 2022-05-28 20:05:56 +02:00 committed by GitHub
parent 2a66788f93
commit fe889426cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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