Run prettier on code

This commit is contained in:
Kevin Kandlbinder 2021-04-12 13:02:38 +00:00 committed by GitHub
parent d542206091
commit b8057f0e25
51 changed files with 28270 additions and 26529 deletions

View file

@ -7,10 +7,11 @@
min-height: 600px;
padding-top: 100px;
overflow: hidden;
background: linear-gradient(to bottom, transparent 80%, $background), radial-gradient(ellipse at top left, #1f0ba659, transparent), radial-gradient(ellipse at bottom right, #4a086829, transparent);
background: linear-gradient(to bottom, transparent 80%, $background),
radial-gradient(ellipse at top left, #1f0ba659, transparent),
radial-gradient(ellipse at bottom right, #4a086829, transparent);
@media(pointer: coarse),
(pointer: none) {
@media (pointer: coarse), (pointer: none) {
min-height: 700px;
}
@ -24,7 +25,7 @@
.hello {
font-weight: 100;
opacity: .75;
opacity: 0.75;
display: block;
margin-bottom: -5px;
}
@ -47,13 +48,12 @@
}
.contactLink {
transition: text-decoration .5s;
transition: text-decoration 0.5s;
text-decoration: underline dotted rgba(0, 0, 0, 0);
padding: 6px 0 6px 25px;
color: $textColor;
@media(pointer: coarse),
(pointer: none) {
@media (pointer: coarse), (pointer: none) {
padding-top: 15px;
padding-bottom: 15px;
}
@ -61,10 +61,10 @@
.contactLink:hover,
.contactLink:active {
text-decoration: underline dotted rgba(0, 0, 0, .5);
text-decoration: underline dotted rgba(0, 0, 0, 0.5);
}
.contactLink>i {
.contactLink > i {
color: $accentColor;
margin-left: -25px;
margin-right: 5px;
@ -90,7 +90,7 @@
background-color: #1c1c1c;
background-size: cover;
background-position: center;
transition: transform .25s;
transition: transform 0.25s;
}
.profileImage {
@ -101,11 +101,10 @@
.profileImageDummy {
z-index: 10;
background: $accentColor;
opacity: .2;
opacity: 0.2;
}
@media (max-width: 590px) {
.profileImage,
.profileImageDummy {
display: none;
@ -115,11 +114,8 @@
padding: 20px 20px 20px 20px;
transform: translate(20px, 20px);
}
}
}
}
.amazonAlexaSection,
@ -131,13 +127,13 @@
.creditSection {
@include homeBanner;
>div {
> div {
padding: 15px !important;
line-height: 15px;
font-size: 1.2em;
color: white;
>span>i {
> span > i {
line-height: 15px !important;
}
}
@ -149,4 +145,4 @@
margin: 0 auto;
margin-top: 40px;
padding: 10px 20px;
}
}