mobile home done

This commit is contained in:
yousifpa98
2025-01-15 22:27:31 +01:00
parent 5519dbd390
commit 173db8f199
12 changed files with 149 additions and 40 deletions

View File

@@ -4,6 +4,7 @@
transition: all 0.3s ease;
}
.hero p span {
color: white;
font-weight: bold;
@@ -17,3 +18,9 @@
.hero.light p span {
color: rgb(40, 40, 40);
}
@media screen and (max-width: 450px) {
.hero {
grid-area: 2 / 1 / 5 / 5;
}
}