Skip to content

Commit 049ecf1

Browse files
authored
Update style.css
1 parent 6adda14 commit 049ecf1

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

task08-live-character-counter/style.css

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ input {
2222
border-radius: 15px;
2323
}
2424

25-
h2 {
26-
margin: 20px 0 0 0;
27-
}
28-
2925
@media (max-width: 600px) {
3026
body {
3127
padding: 50px 20px;
@@ -35,10 +31,6 @@ h2 {
3531
font-size: 14px;
3632
padding: 12px;
3733
}
38-
39-
h2 {
40-
font-size: 16px;
41-
}
4234
}
4335

4436
@media (max-width: 500px) {
@@ -56,10 +48,6 @@ h2 {
5648
font-size: 14px;
5749
padding: 12px;
5850
}
59-
60-
h2 {
61-
font-size: 16px;
62-
}
6351
}
6452

6553
@media (max-width: 300px) {
@@ -68,8 +56,5 @@ h2 {
6856
font-size: 13px;
6957
padding: 10px;
7058
}
71-
72-
h2 {
73-
font-size: 14px;
74-
}
7559
}
60+

0 commit comments

Comments
 (0)