diff --git a/21 - Wave Effect/style.css b/21 - Wave Effect/style.css index 08ee27d4..f151e487 100644 --- a/21 - Wave Effect/style.css +++ b/21 - Wave Effect/style.css @@ -72,3 +72,24 @@ button { button:active { background: rgb(30, 142, 62); } +@media only screen and (max-width: 500px) { + .container{ + width: 400px; + } + .circle{ + margin:6px; + } +} +@media only screen and (max-width: 400px) { + body{ + height:auto; + margin-top: 30px; + } + .container{ + width:95%; + margin-top: 5px; + } + .circle{ + margin:5px; + } +} \ No newline at end of file