fix hero section alignment

This commit is contained in:
2025-04-11 14:15:25 +05:00
parent d067f553ce
commit fd1c28c898
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ section.hero {
section.hero .hero--container {
margin-inline: auto;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-columns: 1fr 446px 170px 292px 1fr;
}
@media (max-width: 480px) {
section.hero .hero--container {