Skip to content

Commit

Permalink
corrigindo conteúdo cortado ao virar celular
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoGads committed Feb 25, 2024
1 parent 9f0b897 commit 3c15582
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
background-color: black;
background-repeat: no-repeat;

width: 100%;
max-height: 100%;
}

body::before {
Expand All @@ -38,7 +38,6 @@ body::before {

main {
padding: 6%;
height: 100%;
}

.headline {
Expand Down Expand Up @@ -217,7 +216,7 @@ footer .text-article p {
}

main {
height: 100vh;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-evenly;
Expand All @@ -239,11 +238,10 @@ footer .text-article p {
}

@media screen and (min-width: 1024px) {
body {
height: 100vh;
}

main {
height: 100vh;
overflow: hidden;
justify-content: space-between;
}

Expand Down

0 comments on commit 3c15582

Please sign in to comment.