From ece3029bd99a76b3c48a1cc8c58914c5cf61f106 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 3 Feb 2020 22:33:28 +0100 Subject: Media queries to use variables when possible --- .../my-account-video-channels/my-account-video-channels.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss') diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index 20582e478..db0c7f94f 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss @@ -58,7 +58,7 @@ margin: 20px 0 50px; } -@media screen and (max-width: 800px) { +@media screen and (max-width: $small-view) { .video-channels-header { text-align: center; } -- cgit v1.2.3