Skip to content

Commit c1dfd77

Browse files
Merge pull request #1841 from m3kvt/feature/wave-effect
Made wave effect responsive
2 parents 1324954 + d982301 commit c1dfd77

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

21 - Wave Effect/style.css

+21
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,24 @@ button {
7272
button:active {
7373
background: rgb(30, 142, 62);
7474
}
75+
@media only screen and (max-width: 500px) {
76+
.container{
77+
width: 400px;
78+
}
79+
.circle{
80+
margin:6px;
81+
}
82+
}
83+
@media only screen and (max-width: 400px) {
84+
body{
85+
height:auto;
86+
margin-top: 30px;
87+
}
88+
.container{
89+
width:95%;
90+
margin-top: 5px;
91+
}
92+
.circle{
93+
margin:5px;
94+
}
95+
}

0 commit comments

Comments
 (0)