Skip to content
Snippets Groups Projects
Commit e4242f06 authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

added paddingTop 2em to Container

parent 66049ab2
No related branches found
No related tags found
1 merge request!21Gamification
...@@ -32,7 +32,7 @@ const StoreSection = styled.h2` ...@@ -32,7 +32,7 @@ const StoreSection = styled.h2`
export default function ItemStoreContainer (props) { export default function ItemStoreContainer (props) {
return ( return (
<Container> <Container style={{paddingTop : "2em", backgroundColor : "purple"}}>
<Grid container <Grid container
direction="row" direction="row"
justify="space-around" justify="space-around"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment