aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
index 7ac3c910f..ba8d56689 100644
--- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
+++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
@@ -41,4 +41,27 @@
41 } 41 }
42} 42}
43 43
44@media screen and (max-width: $small-view) {
45 .video-channels-header {
46 text-align: center;
47 }
48
49 .video-channel {
50 .video-channel-info {
51 padding-bottom: 10px;
52 text-align: center;
53
54 .video-channel-names {
55 flex-direction: column;
56 align-items: center !important;
57 margin: auto;
58 }
59 }
60
61 img {
62 margin-right: 0;
63 }
64 }
65}
66
44 67