Hide icons on mobile
Some checks failed
Deploy to Pages / Build (push) Has been cancelled
Deploy to Pages / Deploy (push) Has been cancelled

This commit is contained in:
Henry Hiles 2025-08-17 16:08:04 -04:00
commit 4ad4fbf886
No known key found for this signature in database

View file

@ -56,15 +56,18 @@ main > * > section {
color: hsl(0, 0%, 60%);
}
& h3 {
font-size: 2em;
font-size: 1.85em;
align-items: center;
font-weight: normal;
margin: 0.3em 0;
display: flex;
align-items: center;
gap: 0.7rem;
& img {
width: 2.5rem;
@media (max-width: 450px) {
display: none;
}
}
}
& p {
@ -98,8 +101,4 @@ main > * > section {
min-width: 300px;
}
}
@media (max-width: 1500px) {
scroll-margin-top: 5em;
}
}