Skip to content

Commit

Permalink
Update context of project
Browse files Browse the repository at this point in the history
  • Loading branch information
TheeDouglasAM3 committed Jan 25, 2021
1 parent 210b932 commit 01b860e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bg": "https://images.alphacoders.com/103/thumb-1920-1039414.png",
"title": "Quiz de Pokémon",
"description": "Teste os seus conhecimentos sobre Pokémon e vamos pegar todos!",
"bg": "https://i.pinimg.com/originals/26/8c/4e/268c4ec9daf57463d8fbc29d63d22e4b.jpg",
"title": "Quiz de Pato",
"description": "Teste os seus conhecimentos sobre PATOS e vamos ver se você é um QUACK QUACK de verdade!",
"questions": [
{
"image": "https://media.giphy.com/media/xUOxf3yDKCuwpOlT3i/giphy.gif",
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"theme": {
"colors": {
"primary": "#EB2117",
"secondary": "#8C27E8",
"mainBg": "#171B35",
"primary": "#FF920F",
"secondary": "#0FB1FF",
"mainBg": "#0078B3",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50"
Expand Down
4 changes: 1 addition & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ export const QuizContainer = styled.div`
width: 100%;
max-width: 350px;
padding-top: 45px;
margin: auto 5%;
float: right;
margin: auto 10%;
@media screen and (max-width: 500px) {
margin: auto;
padding-top: 15px;
float: none;
}
`;

Expand Down

2 comments on commit 01b860e

@vercel
Copy link

@vercel vercel bot commented on 01b860e Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 01b860e Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.