From c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Sat, 13 Jun 2020 00:53:56 +0200 Subject: fix headings order or add missing ones (#2871) Co-authored-by: Rigel Kent --- .../app/+my-account/my-account-videos/my-account-videos.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.scss') diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss index 67a58d8d5..18c1ae288 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss @@ -6,9 +6,10 @@ justify-content: space-between; margin: 20px 0 50px; - h4, + h1, .fake-element { flex: 1; + font-size: 1.5rem; } input[type=text] { -- cgit v1.2.3