Compare commits

..

No commits in common. "707002c326eadb3321b1ecc20c02aaecb2952e1b" and "b41368427e4556175d1495eef77b9e26102b679d" have entirely different histories.

4 changed files with 5 additions and 7 deletions

View file

@ -10188,7 +10188,6 @@ a:target:hover {
margin-top: 7.5px; margin-top: 7.5px;
margin-left: -8.5px; margin-left: -8.5px;
width: 28px; width: 28px;
transform: translateY(-23px) rotate(-45deg);
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
@ -10930,7 +10929,7 @@ a.teaser:hover .subtitle {
display: block; display: block;
} }
.hero-project .container .hero-body { .hero-project .container .hero-body {
padding: 6rem 2rem 2rem 1rem; padding: 2rem 2rem 2rem 1rem;
z-index: 1; z-index: 1;
width: 50%; width: 50%;
} }
@ -10945,7 +10944,7 @@ a.teaser:hover .subtitle {
} }
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {
.hero-project .container .hero-body { .hero-project .container .hero-body {
padding: 6rem 3rem 3rem 1.5rem; padding: 3rem 3rem 3rem 1.5rem;
} }
.hero-project .container .hero-body .title { .hero-project .container .hero-body .title {
margin-top: 0.25em; margin-top: 0.25em;

File diff suppressed because one or more lines are too long

View file

@ -169,7 +169,7 @@
} }
} }
.hero-body { .hero-body {
padding: 6rem 2rem 2rem 1rem; padding: 2rem 2rem 2rem 1rem;
z-index: +1; z-index: +1;
width: 50%; width: 50%;
.title { .title {
@ -184,7 +184,7 @@
} }
@include desktop { @include desktop {
.hero-body { .hero-body {
padding: 6rem 3rem 3rem 1.5rem; padding: 3rem 3rem 3rem 1.5rem;
.title { .title {
margin-top: 0.25em; margin-top: 0.25em;
font-size: $size-2; font-size: $size-2;

View file

@ -133,7 +133,6 @@ a:target:hover {
margin-top: 7.5px; margin-top: 7.5px;
margin-left: -8.5px; margin-left: -8.5px;
width: 28px; width: 28px;
transform: translateY(-23px) rotate(-45deg);
} }
} }