spjk.css 345 B

1234567891011121314151617181920212223
  1. .right-grid{
  2. grid-template-columns: repeat(3,1fr);
  3. grid-template-rows: repeat(3,1fr);
  4. }
  5. .video-box-wrapper{
  6. width:100%;
  7. height:100%;
  8. display:flex;
  9. align-items:center;
  10. }
  11. .video-tab{
  12. width:100%;
  13. height:100%;
  14. display:flex;
  15. justify-content:start;
  16. align-items:center;
  17. font-size:1.2em;
  18. }
  19. .video-tab>.tune-name{
  20. margin-right:.7em;
  21. }