14 lines
157 B
SCSS
14 lines
157 B
SCSS
|
.embed-responsive {
|
||
|
height: 500px;
|
||
|
}
|
||
|
|
||
|
#torrent-info {
|
||
|
font-size: 10px;
|
||
|
|
||
|
div {
|
||
|
display: inline-block;
|
||
|
width: 33%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|