We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235dd19 commit c064f65Copy full SHA for c064f65
1 file changed
application/static/css/waves.css
@@ -2,7 +2,7 @@
2
/* Source code: https://codepen.io/tedmcdo/pen/PqxKXg */
3
4
.ocean {
5
- height: 5.35rem;
+ height: 1.5rem;
6
max-height: 38%;
7
width: 100%;
8
position: absolute;
@@ -11,9 +11,33 @@
11
background: #015871;
12
}
13
14
-@media screen and (min-width: 760px) {
+@media screen and (min-width: 720px) {
15
16
- height: 13.35rem;
+ height: 2rem;
17
+ }
18
+}
19
+
20
+@media screen and (min-width: 1080px) {
21
+ .ocean {
22
+ height: 4rem;
23
24
25
26
+@media screen and (min-width: 1280px) {
27
28
+ height: 6rem;
29
30
31
32
+@media screen and (min-width: 1920px) {
33
34
+ height: 10rem;
35
36
37
38
+@media screen and (min-width: 2160px) {
39
40
+ height: 12rem;
41
42
43
0 commit comments