Unverified Commit f9bf1228 authored by picklesrus's avatar picklesrus Committed by GitHub

Merge pull request #2451 from picklesrus/educator-tweaks

minor educator pages fixes
parents 64819056 7276cb3b
...@@ -53,7 +53,7 @@ $story-width: $cols3; ...@@ -53,7 +53,7 @@ $story-width: $cols3;
.video-player { .video-player {
position: relative; position: relative;
margin-bottom: $gutter; margin-bottom: $gutter;
border: 2px solid $ui-border; border: .25rem solid $ui-white-15percent;
border-radius: 10px; border-radius: 10px;
width: $cols4; width: $cols4;
height: $cols4 * .5625; height: $cols4 * .5625;
...@@ -137,6 +137,7 @@ $story-width: $cols3; ...@@ -137,6 +137,7 @@ $story-width: $cols3;
h2 { h2 {
margin: 0 0 2rem 0; margin: 0 0 2rem 0;
text-align: left; text-align: left;
line-height: normal;
color: $ui-white; color: $ui-white;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment