forked from nutomic/joinpeertube
Fix responsive with subtitles
This commit is contained in:
parent
d3371aa21d
commit
7a6acc8777
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ p > a {
|
||||||
|
|
||||||
@media screen and (max-width: $responsive-screen) {
|
@media screen and (max-width: $responsive-screen) {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
margin-top: 50px;
|
margin: 50px 0 0 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue