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;
|
||||
margin-bottom: 2rem;
|
||||
color: $ui-white;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
padding-right: .5rem;
|
||||
|
|
|
@ -39,7 +39,7 @@ class EV3 extends ExtensionLanding {
|
|||
renderCopy={
|
||||
<FlexRow className="column extension-copy">
|
||||
<h1><img
|
||||
alt=""
|
||||
alt="ev3.svg"
|
||||
src="/images/ev3/ev3.svg"
|
||||
/>LEGO MINDSTORMS EV3</h1>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Reference in a new issue