mobile home done
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user