User:Globe/Main page redesign
From WikiOasis Meta
More actions
- NOTOC**
<style> @keyframes pulse {
0%, 100% { opacity: 0.5; } 50% { opacity: 0.8; }
}
@media (max-width: 768px) {
.hero-section h1 { font-size: 2.5rem !important; } .cta-buttons { flex-direction: column !important; align-items: center !important; } .features-grid { grid-template-columns: 1fr !important; }
} </style>