Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Workshops
Developer workshop
Commits
3c320a02
Commit
3c320a02
authored
Feb 26, 2020
by
Jon Moore
Browse files
Basic styling added
parent
5e7e8363
Pipeline
#24010
passed with stage
in 2 minutes and 32 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/app/features/exampleListing/components/ExampleListing.js
View file @
3c320a02
...
...
@@ -28,7 +28,7 @@ const ExampleListing = ({
return
(
<
ExampleListingStyled
className
=
{
className
}
>
<
div
className
=
"
container
"
>
<
h1
className
=
"
pageTitle
"
>
L
isting
title
<
/h1
>
<
h1
className
=
"
pageTitle
"
>
Example
l
isting
title
<
/h1
>
{
paging
&&
(
<
div
className
=
"
resultsInfo
"
...
...
src/app/themes/contensis/global.js
View file @
3c320a02
...
...
@@ -96,6 +96,12 @@ const GlobalStyle = createGlobalStyle`
background: #74a14c;
margin: 1rem auto 0 auto;
}
main {
margin: 0 auto;
width: 100%;
max-width: 1024px;
}
`
;
export
default
GlobalStyle
;
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