datacipen commited on
Commit
e9f9397
1 Parent(s): ea4ce8e

Update public/stylesheet.css

Browse files
Files changed (1) hide show
  1. public/stylesheet.css +2 -0
public/stylesheet.css CHANGED
@@ -28,7 +28,9 @@ blockquote p{text-transform: uppercase;
28
  .css-1hpme6t:nth-child(2){background-color:rgba(0,239,156,0.3)!important}
29
  .css-1hpme6t:nth-child(3){background-color:rgba(148,59,168,0.3)!important}
30
  .css-1hpme6t:hover{background-color:rgba(255,255,255,0.3)!important}
 
31
  @media screen and (max-width: 640px) {
 
32
  blockquote p{font-size: 9.5vw;height:20vh;}
33
  .css-1nrs0u{width:70vw!important;height:auto!important}
34
  .MuiStack-root.css-zusm2j:before{font-size:14.5vw}
 
28
  .css-1hpme6t:nth-child(2){background-color:rgba(0,239,156,0.3)!important}
29
  .css-1hpme6t:nth-child(3){background-color:rgba(148,59,168,0.3)!important}
30
  .css-1hpme6t:hover{background-color:rgba(255,255,255,0.3)!important}
31
+ .gridvid{display:inline-block;padding:0 1%;text-align:center;font-size:0.7rem;max-height:260px;width:33%;min-width:33%;max-width:33%;overflow:hidden;vertical-align:top}
32
  @media screen and (max-width: 640px) {
33
+ .gridvid{width:100%;min-width:100%;max-width:100%;max-height:inherit;overflow:hidden;vertical-align:top}
34
  blockquote p{font-size: 9.5vw;height:20vh;}
35
  .css-1nrs0u{width:70vw!important;height:auto!important}
36
  .MuiStack-root.css-zusm2j:before{font-size:14.5vw}