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
497ba5c6
Commit
497ba5c6
authored
Oct 23, 2020
by
seotts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tutorials spacing and size
parent
544df10a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
10 deletions
+21
-10
src/views/annual-report/annual-report.jsx
src/views/annual-report/annual-report.jsx
+0
-3
src/views/annual-report/annual-report.scss
src/views/annual-report/annual-report.scss
+21
-7
No files found.
src/views/annual-report/annual-report.jsx
View file @
497ba5c6
...
...
@@ -1978,9 +1978,6 @@ class AnnualReport extends React.Component {
</
Button
>
</
a
>
</
div
>
<
div
className=
"financials-future"
>
<
FormattedMessage
id=
"annualReport.financialsFutureYears"
/>
</
div
>
</
div
>
</
div
>
<
div
...
...
src/views/annual-report/annual-report.scss
View file @
497ba5c6
...
...
@@ -1513,7 +1513,7 @@ p {
}
.tools-tutorials
{
max-width
:
78
0px
;
width
:
76
0px
;
text-align
:
center
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -1532,14 +1532,25 @@ p {
margin
:
32px
0
;
img
{
width
:
180px
;
border-radius
:
8px
;
@media
#{
$big
}
{
width
:
180px
;
height
:
100px
;
}
@media
#{
$intermediate
}
{
width
:
140px
;
height
:
76px
;
}
@media
#{
$medium
}
{
width
:
220px
;
height
:
120px
;
}
@media
#{
$small
}
{
width
:
140px
;
height
:
76px
;
}
}
}
.tools-stats
{
max-width
:
460px
;
}
}
.tools-abhi
{
...
...
@@ -1603,6 +1614,10 @@ p {
}
}
.tools-tutorials
{
width
:
620px
;
}
.tools-abhi
{
width
:
100%
;
align-items
:
center
;
...
...
@@ -1682,7 +1697,6 @@ p {
img
{
margin
:
8px
;
width
:
200px
;
}
}
...
...
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