More actions
No edit summary |
No edit summary |
||
Line 85: | Line 85: | ||
color: #FFD700; /* Slightly brighter gold for emphasis */ | color: #FFD700; /* Slightly brighter gold for emphasis */ | ||
text-shadow: 0 0 5px rgba(139, 111, 53, 0.8); | text-shadow: 0 0 5px rgba(139, 111, 53, 0.8); | ||
} | |||
/* Fix image sizing and hover effect for Main Page icons */ | |||
.hover-table img { | |||
width: 100px; | |||
height: 100px; | |||
object-fit: contain; | |||
transition: transform 0.2s ease-in-out; | |||
} | |||
.hover-table img:hover { | |||
transform: scale(1.1); | |||
} | } | ||
Line 92: | Line 104: | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
} | } | ||
.accordion-section { | .accordion-section { | ||
Line 137: | Line 148: | ||
} | } | ||
/* Mobile Responsive adjustments */ | |||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.hover-table td { | .hover-table td { |