Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Teste para visualização em mais dispositivos, além do pc
  • Loading branch information
gustavosallesz authored Dec 7, 2024
1 parent 1135a59 commit 49c8ed7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
box-sizing: border-box;
}

@media (max-width: 768px) {
.container {
flex-direction: column;
}

body
{
font-family: 'Comic Sans MS', sans-serif;
Expand All @@ -20,10 +25,11 @@ body

.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
width: 90%;
max-width: 1400px;
max-width: 1200px;
justify-content: center;
}

Expand Down Expand Up @@ -61,7 +67,7 @@ body

.cartao img
{
width: 80%;
width: 100%;
height: auto;
margin: 0 auto;
}
Expand Down Expand Up @@ -111,3 +117,4 @@ body
color: #111111;
font-weight: bold;
}

0 comments on commit 49c8ed7

Please sign in to comment.