mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
minor educator pages fixes
This commit is contained in:
parent
a3afa5e482
commit
36ce0a4f74
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,6 +311,7 @@ $story-width: $cols3;
|
||||||
.masthead-info {
|
.masthead-info {
|
||||||
p {
|
p {
|
||||||
width: $cols4;
|
width: $cols4;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
|
|
Loading…
Reference in a new issue