User:Globe/Main page redesign: Difference between revisions
From WikiOasis Meta
More actions
Work on Tags: Mobile edit Mobile web edit |
Improve Tags: Mobile edit Mobile web edit |
||
Line 55: | Line 55: | ||
<div class="cta-buttons" style=" | <div class="cta-buttons" style=" | ||
gap: 1rem; | gap: 1rem; | ||
justify-content: center; | justify-content: center; |
Revision as of 02:12, 27 June 2025
<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>