Skip to content

Commit

Permalink
alteracoes
Browse files Browse the repository at this point in the history
  • Loading branch information
amndalsr committed Mar 6, 2024
1 parent c1077f9 commit dab3b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
13 changes: 1 addition & 12 deletions styles/media-queries.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@
.texto-destino, .botao-copiar {
width: 100%;
}

.rodape {
position: absolute;
width: 100%;
top: 145%;
}

}

@media only screen and (max-width: 375px) {
Expand All @@ -64,11 +59,5 @@
max-width: none;
padding: 20%;
}

.rodape {
position: absolute;
width: 100%;
top: 180%;
}

}
6 changes: 3 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
display: flex;
flex-direction: column;
justify-content: space-between;
/*justify-content: center;*/
height: 100vh;
box-sizing: border-box;
background-color: var(--cor-primaria);
margin: auto;
Expand Down Expand Up @@ -46,7 +46,7 @@ body::-webkit-scrollbar-thumb {
display: flex;
justify-content: space-between;
padding: 0 5% 0 5%;
gap: 2rem;
gap: 2.75rem;
}

.conteudo__principal__secao {
Expand Down Expand Up @@ -286,9 +286,9 @@ textarea:focus {
}

.rodape {
position: absolute;
width: 100%;
top: 100%;
margin-top: 4rem;
text-align: center;
padding: 20px 0;
background-color: var(--cor-secundaria);
Expand Down

0 comments on commit dab3b86

Please sign in to comment.