Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 21 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /