diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 9bc05015f..44b629542 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss | |||
@@ -55,3 +55,15 @@ | |||
55 | @include adapt-margin-content-width; | 55 | @include adapt-margin-content-width; |
56 | } | 56 | } |
57 | 57 | ||
58 | @media screen and (max-width: $mobile-view) { | ||
59 | .videos-header { | ||
60 | flex-direction: column; | ||
61 | align-items: center; | ||
62 | height: auto; | ||
63 | |||
64 | .title-page { | ||
65 | margin-bottom: 10px; | ||
66 | margin-right: 0px; | ||
67 | } | ||
68 | } | ||
69 | } | ||