Compare commits

..

2 commits

4 changed files with 7 additions and 5 deletions

View file

@ -10188,6 +10188,7 @@ 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) {
@ -10929,7 +10930,7 @@ a.teaser:hover .subtitle {
display: block; display: block;
} }
.hero-project .container .hero-body { .hero-project .container .hero-body {
padding: 2rem 2rem 2rem 1rem; padding: 6rem 2rem 2rem 1rem;
z-index: 1; z-index: 1;
width: 50%; width: 50%;
} }
@ -10944,7 +10945,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: 3rem 3rem 3rem 1.5rem; padding: 6rem 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: 2rem 2rem 2rem 1rem; padding: 6rem 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: 3rem 3rem 3rem 1.5rem; padding: 6rem 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,6 +133,7 @@ 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);
} }
} }