We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1324954 + d982301 commit c1dfd77Copy full SHA for c1dfd77
21 - Wave Effect/style.css
@@ -72,3 +72,24 @@ button {
72
button:active {
73
background: rgb(30, 142, 62);
74
}
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
89
+ width:95%;
90
+ margin-top: 5px;
91
92
93
+ margin:5px;
94
95
0 commit comments