mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Fixes issue on EV3
This commit is contained in:
parent
1ac4598dca
commit
eadc133cec
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
color: $ui-white;
|
color: $ui-white;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
padding-right: .5rem;
|
padding-right: .5rem;
|
||||||
|
|
|
@ -39,7 +39,7 @@ class EV3 extends ExtensionLanding {
|
||||||
renderCopy={
|
renderCopy={
|
||||||
<FlexRow className="column extension-copy">
|
<FlexRow className="column extension-copy">
|
||||||
<h1><img
|
<h1><img
|
||||||
alt=""
|
alt="ev3.svg"
|
||||||
src="/images/ev3/ev3.svg"
|
src="/images/ev3/ev3.svg"
|
||||||
/>LEGO MINDSTORMS EV3</h1>
|
/>LEGO MINDSTORMS EV3</h1>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
|
Loading…
Reference in a new issue