Better rocket icon
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user