aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
blob: 1228d42f44c1c435127b52692059575268e75477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.embed-responsive {
  height: 500px;
}

#torrent-info {
  font-size: 10px;

  div {
    display: inline-block;
    width: 33%;
    text-align: center;
  }
}