We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2466f5d + 5b9a62b commit 69a29cbCopy full SHA for 69a29cb
1 file changed
Projects/Air-Quality/style.css
@@ -35,7 +35,7 @@ main {
35
.card {
36
width: 50%;
37
max-width: 400px;
38
- padding: 30px;
+ padding: 20px;
39
background-color: #f2f2f2;
40
border: 1px solid #ccc;
41
border-radius: 5px;
@@ -192,7 +192,6 @@ button:hover {
192
193
/* CSS for screens less than 480px */
194
@media (max-width: 480px) {
195
-
196
.header {
197
font-size: 18px;
198
}
0 commit comments