mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update style.css
This commit is contained in:
parent
2a66788f93
commit
fe889426cd
1 changed files with 12 additions and 0 deletions
12
style.css
12
style.css
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue