Better rocket icon

This commit is contained in:
2025-07-04 22:41:24 +02:00
parent b545f5d001
commit 0000bc9ea0

View File

@ -1199,6 +1199,17 @@ body.page-loaded > *:not(.navbar) {
}
}
/* Hide rocket icon on tablet-sized devices (iPad Air, etc.) */
@media (max-width: 1024px) {
.hero-main-icon {
display: none;
}
.hero-icon-glow {
display: none;
}
}
/* About Page Enhanced Styling */
/* About Hero Section */