mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #7291 from edelfino11/NewBranch
CE-310 Fixes title overlap of EV3 for Firefox
This commit is contained in:
commit
dc8e255fb8
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