From 36ce0a4f74afd3e7b3d000ce2f31fa87cb348e86 Mon Sep 17 00:00:00 2001 From: picklesrus Date: Wed, 12 Dec 2018 13:11:32 -0500 Subject: [PATCH 1/2] minor educator pages fixes --- src/views/teachers/landing/landing.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/teachers/landing/landing.scss b/src/views/teachers/landing/landing.scss index 80b65f6b4..565dbd3aa 100644 --- a/src/views/teachers/landing/landing.scss +++ b/src/views/teachers/landing/landing.scss @@ -53,7 +53,7 @@ $story-width: $cols3; .video-player { position: relative; margin-bottom: $gutter; - border: 2px solid $ui-border; + border: .25rem solid $ui-white-15percent; border-radius: 10px; width: $cols4; height: $cols4 * .5625; @@ -137,6 +137,7 @@ $story-width: $cols3; h2 { margin: 0 0 2rem 0; text-align: left; + line-height: normal; color: $ui-white; } @@ -310,6 +311,7 @@ $story-width: $cols3; .masthead-info { p { width: $cols4; + text-align: center; } iframe { From 7276cb3bffefa31ef72c160877f2b7c189116e3b Mon Sep 17 00:00:00 2001 From: picklesrus Date: Thu, 13 Dec 2018 09:27:46 -0500 Subject: [PATCH 2/2] remove leftover line --- src/views/teachers/landing/landing.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/teachers/landing/landing.scss b/src/views/teachers/landing/landing.scss index 565dbd3aa..d72ebb8fd 100644 --- a/src/views/teachers/landing/landing.scss +++ b/src/views/teachers/landing/landing.scss @@ -311,7 +311,6 @@ $story-width: $cols3; .masthead-info { p { width: $cols4; - text-align: center; } iframe {