Merge branch 'development' into copilot/fix-header-site-name-positioning

This commit is contained in:
Daniel (elordenador)
2026-04-20 13:19:06 +02:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
+7
View File
@@ -118,6 +118,13 @@
font-size: 1.1rem;
opacity: 0.9;
}
@media (max-width: 767.98px) {
.hero-section h1 {
text-align: center;
text-wrap: balance;
}
}
</style>
{% endblock %}