Make that < into an x for mobile menu closer

This commit is contained in:
dave onion 2025-12-19 10:18:38 -05:00
parent b41368427e
commit ca8501e90f
3 changed files with 5 additions and 3 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

@ -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);
} }
} }