Skip to content

Commit cb95a5b

Browse files
authored
Merge pull request #6 from cdconn00/testing
Home Banner Size change.
2 parents c001e0e + fe5ee9f commit cb95a5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

public/styles/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ label:focus,
119119
}
120120
}
121121

122+
@media (max-width: 375px){
123+
.home-banner-header{
124+
font-size: 3rem;
125+
}
126+
.home-banner-img {
127+
height: 20rem;
128+
}
129+
}
130+
122131
/***** /Navbar/ *****/
123132

124133
#txtEmail {

0 commit comments

Comments
 (0)