From 95a7907d722c90a71ec7e3cc45fb5b504afa54a3 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 12 Apr 2020 12:27:22 -0400 Subject: [PATCH] [S] Specify header margins and font size --- src/pages/course-selection/course-selection.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/course-selection/course-selection.vue b/src/pages/course-selection/course-selection.vue index 91fb5bc..b99dfbf 100644 --- a/src/pages/course-selection/course-selection.vue +++ b/src/pages/course-selection/course-selection.vue @@ -18,6 +18,8 @@ + +
Course List
@@ -82,6 +84,14 @@ { margin-right: 20px; overflow-y: scroll; + + .header + { + margin-top: 15px; + margin-bottom: 10px; + + font-size: 24px; + } } // Cards