Skip to content

Commit 69a29cb

Browse files
Merge pull request #1977 from salehshahverdiyev/saleh
Padding changing in Air Quality project
2 parents 2466f5d + 5b9a62b commit 69a29cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Projects/Air-Quality/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ main {
3535
.card {
3636
width: 50%;
3737
max-width: 400px;
38-
padding: 30px;
38+
padding: 20px;
3939
background-color: #f2f2f2;
4040
border: 1px solid #ccc;
4141
border-radius: 5px;
@@ -192,7 +192,6 @@ button:hover {
192192

193193
/* CSS for screens less than 480px */
194194
@media (max-width: 480px) {
195-
196195
.header {
197196
font-size: 18px;
198197
}

0 commit comments

Comments
 (0)