datacipen commited on
Commit
4f41af2
·
verified ·
1 Parent(s): 2e10d08

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{flex-direction:row wrap!important; width:1280px!important;overflow:hidden}
4
  .css-18zsr3k > div{padding:0 1px;vertical-align:top!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{flex-direction:column!important; width:inherit!important}
51
  .css-18zsr3k > div{padding: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;flex-wrap: wrap!important; width:1280px!important;overflow:hidden}
4
  .css-18zsr3k > div{padding:0 1px;vertical-align:top!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;flex-wrap:inherit!important; width:inherit!important}
51
  .css-18zsr3k > div{padding: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}