Skip to content

Commit fa68797

Browse files
author
unknown
committed
Added responsiveness
1 parent b4d471d commit fa68797

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Projects/Air-Quality/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ button:hover {
178178

179179
/* CSS for screens less than 480px */
180180
@media (max-width: 480px) {
181+
181182
.header {
182183
font-size: 18px;
183184
}
@@ -189,4 +190,8 @@ button:hover {
189190
.sub-heading{
190191
font-size: 20x;
191192
}
193+
.modal-container{
194+
margin-top: 80px;
195+
}
192196
}
197+

0 commit comments

Comments
 (0)