datacipen commited on
Commit
19632da
·
verified ·
1 Parent(s): fe6e190

Update public/stylesheet.css

Browse files
Files changed (1) hide show
  1. public/stylesheet.css +2 -2
public/stylesheet.css CHANGED
@@ -1,6 +1,6 @@
1
  a{color:rgb(0,255,243)!important;text-decoration:rgba(0,255,243,0.4)!important}
2
  a:hover{color:rgba(0,255,243,0.4)!important;}
3
- .css-18zsr3k{width:1280px!important}
4
  .css-18zsr3k > div{width:550px!important;display:inline-block!important}
5
  .css-1p781in{max-width: min(80rem, 100vw)!important;}
6
  .css-zusm2j{background-position:top center; background-size:cover; background-image:url(/public/pattern-lines.svg)!important;background-repeat:no-repeat}
@@ -47,7 +47,7 @@ img.css-1hy9t21{animation: zoom-in-zoom-out 2s ease infinite;}
47
  }
48
  }
49
  @media screen and (max-width: 640px) {
50
- .css-18zsr3k{width:inherit!important}
51
  .css-18zsr3k > div{width:inherit!important;display:inherit!important}
52
  .css-1p781in{max-width: min(60rem, 100vw)!important;}
53
  .gridvid{width:100%;min-width:100%;max-width:100%;max-height:inherit;overflow:hidden;vertical-align:top}
 
1
  a{color:rgb(0,255,243)!important;text-decoration:rgba(0,255,243,0.4)!important}
2
  a:hover{color:rgba(0,255,243,0.4)!important;}
3
+ .css-18zsr3k{flex-direction:row!important;width:1280px!important}
4
  .css-18zsr3k > div{width:550px!important;display:inline-block!important}
5
  .css-1p781in{max-width: min(80rem, 100vw)!important;}
6
  .css-zusm2j{background-position:top center; background-size:cover; background-image:url(/public/pattern-lines.svg)!important;background-repeat:no-repeat}
 
47
  }
48
  }
49
  @media screen and (max-width: 640px) {
50
+ .css-18zsr3k{flex-direction:column!important;width:inherit!important}
51
  .css-18zsr3k > div{width:inherit!important;display:inherit!important}
52
  .css-1p781in{max-width: min(60rem, 100vw)!important;}
53
  .gridvid{width:100%;min-width:100%;max-width:100%;max-height:inherit;overflow:hidden;vertical-align:top}