multimodalart HF staff commited on
Commit
2c78ad9
1 Parent(s): be2828d

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +3 -3
custom.css CHANGED
@@ -21,7 +21,7 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
21
  .pending .min {min-height: auto}
22
 
23
  @media (max-width: 527px) {
24
- #gallery {
25
- max-height: 370px;
26
- }
27
  }
 
21
  .pending .min {min-height: auto}
22
 
23
  @media (max-width: 527px) {
24
+ #title h1{font-size: 2.2em}
25
+ #title img{width: 80px;}
26
+ #gallery {max-height: 370px}
27
  }