Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
9a91fa9b
Commit
9a91fa9b
authored
Aug 22, 2018
by
Linda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h2 in header is now h1, including overwritten styles
parent
c26dc79b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
src/components/extension-landing/extension-landing.scss
src/components/extension-landing/extension-landing.scss
+10
-6
src/views/ev3/ev3.jsx
src/views/ev3/ev3.jsx
+2
-2
No files found.
src/components/extension-landing/extension-landing.scss
View file @
9a91fa9b
...
...
@@ -10,7 +10,11 @@
padding
:
4rem
0
;
}
h2
{
h1
{
font-size
:
2rem
;
}
h1
,
h2
{
margin-bottom
:
1rem
;
}
...
...
@@ -84,15 +88,15 @@
margin-bottom
:
5rem
;
align-items
:
flex-start
;
h2
{
h
1
,
h
2
{
display
:
flex
;
margin-bottom
:
2rem
;
color
:
$ui-white
;
}
h2
img
{
padding-right
:
.5rem
;
max-height
:
100%
;
img
{
padding-right
:
.5rem
;
max-height
:
100%
;
}
}
span
{
...
...
src/views/ev3/ev3.jsx
View file @
9a91fa9b
...
...
@@ -36,10 +36,10 @@ class EV3 extends ExtensionLanding {
imageSrc=
"/images/ev3/ev3-illustration.png"
>
<
FlexRow
className=
"column extension-copy"
>
<
h
2
><
img
<
h
1
><
img
alt=
""
src=
"/images/ev3/ev3.svg"
/>
LEGO MINDSTORMS EV3
</
h
2
>
/>
LEGO MINDSTORMS EV3
</
h
1
>
<
FormattedMessage
id=
"ev3.headerText"
values=
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment