Skip to content

Commit

Permalink
Merge pull request #1977 from salehshahverdiyev/saleh
Browse files Browse the repository at this point in the history
Padding changing in Air Quality project
  • Loading branch information
TusharKesarwani committed Mar 11, 2024
2 parents 2466f5d + 5b9a62b commit 69a29cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Projects/Air-Quality/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main {
.card {
width: 50%;
max-width: 400px;
padding: 30px;
padding: 20px;
background-color: #f2f2f2;
border: 1px solid #ccc;
border-radius: 5px;
Expand Down Expand Up @@ -192,7 +192,6 @@ button:hover {

/* CSS for screens less than 480px */
@media (max-width: 480px) {

.header {
font-size: 18px;
}
Expand Down

0 comments on commit 69a29cb

Please sign in to comment.