Update style.css

This commit is contained in:
Michi 2022-08-01 13:18:02 +02:00 committed by GitHub
parent f50a5bee62
commit 4bed8abf12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,9 +191,9 @@ body{
#home img{ #home img{
width: 100%; width: 100%;
height: auto; height: auto;
background-image: url("blob1.svg"); /*background-image: url("blob1.svg");
background-position: right; background-position: right;
background-repeat: no-repeat; background-repeat: no-repeat;*/
} }
#home button{ #home button{
@ -377,14 +377,16 @@ body{
.insta2FirstImg{ .insta2FirstImg{
position: relative; position: relative;
margin: auto; margin: 0;
padding: 0; padding: 0 !important;
} }
.insta2FirstImg img{ .insta2FirstImg img{
border-radius: var(--borderRadius); border-radius: var(--borderRadius);
transition: all 300ms linear; transition: all 300ms linear;
user-select: none; user-select: none;
margin: 0;
position: relative;
} }
.insta2FirstImg::after{ .insta2FirstImg::after{
@ -396,8 +398,8 @@ body{
align-content: center; align-content: center;
align-items: center; align-items: center;
top: 0; top: 0;
left: calc(10% - 9px); left: 0;
width: calc(70% - 18px); width: calc(80%);
height: calc(100% - 4px); height: calc(100% - 4px);
border-radius: var(--borderRadius); border-radius: var(--borderRadius);
color: #fff; color: #fff;
@ -777,6 +779,18 @@ body{
padding: 15px; padding: 15px;
} }
#footerContent a{
padding: 10px;
text-decoration: none;
background: none;
transition: var(--transition);
}
#footerContent a:hover{
background: var(--theme2);
border-radius: 8px;
}
.socialLink{ .socialLink{
margin: 0 5px; margin: 0 5px;
padding: 10px; padding: 10px;
@ -918,7 +932,7 @@ body{
a:hover{ a:hover{
color: inherit; color: inherit;
text-decoration: underline; /*text-decoration: underline;*/
} }
i{ i{
@ -1034,6 +1048,11 @@ body{
margin: var(--margin) 10%; margin: var(--margin) 10%;
} }
.insta2FirstImg::after{
margin: var(--margin) 10%;
height: calc(100% - (2 * var(--margin)) - 4px);
}
#insta1Container div, .insta2ImgDiv, #githubContainer div{ #insta1Container div, .insta2ImgDiv, #githubContainer div{
width: 100%; width: 100%;
} }
@ -1076,6 +1095,15 @@ body{
margin: 20px 10px; margin: 20px 10px;
} }
/* Footer */
#footerContent{
min-height: 100px;
}
#footerContent a, .socialLink{
padding: 5px;
}
/* Privacy hint */ /* Privacy hint */
#cookieBanner{ #cookieBanner{
flex-wrap: wrap; flex-wrap: wrap;