mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #2451 from picklesrus/educator-tweaks
minor educator pages fixes
This commit is contained in:
commit
f9bf122850
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue