Skip to content

Commit

Permalink
style mobal updt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel marques do Nascimento committed Oct 29, 2024
1 parent 8ed3d28 commit 4facbbe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
1 change: 1 addition & 0 deletions Pendente
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start, reset: add display none, block na barra de rolagem e no marcador
32 changes: 23 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ body {
overflow: hidden;
background-color: black; */


* {
margin: 0;
padding: 0;
}
#pai {
width: 60%;
margin: 10px auto;
height: 98vh;

}
#paragraph {
position: relative;
Expand Down Expand Up @@ -66,6 +69,7 @@ header {
#ler {
margin: 20px 0;
width: 80%;
height: 30px;
}
#start{
position: absolute;
Expand Down Expand Up @@ -279,11 +283,17 @@ body {
}

@media (max-width: 768px) {
* {
margin: 0;
padding: 0;

}
body {
width: 100vw;
height: 100vh;
width: 94vw;
height: 94vh;
padding: 0px;
overflow: hidden;


}

Expand All @@ -295,7 +305,8 @@ body {
#ler {
z-index: 4;
width: 80%; /* O input ocupa toda a largura no celular */
font-size: 14px; /* Fonte menor em telas menores */
height: 40px;
font-size: 22px; /* Fonte menor em telas menores */
padding: 10px;
}

Expand Down Expand Up @@ -363,28 +374,31 @@ body {
left: 60%;
}
#pai {
width: 90%;
height: 82vh;
margin-top: 20px;
width: 95%;
height: 88vh;


}
#paragraph {
/*max-height: calc(88vh - 40px);*/
z-index: 2;
width: 95%; /* O parágrafo se ajusta à largura da tela */
width: 100%; /* O parágrafose ajusta à largura da tela */
/* font-size: 14px; Fonte um pouco menor para celular */
/* Reduz a altura para celulares */
margin: auto;

}
.highlight{
z-index: -1;
width: 95%;
top: 10px;
top: 20px;
}
#setting{
position: fixed;
left: 90%;
top: 0;
z-index: 4;
border-radius: 50%;

}
Expand Down

0 comments on commit 4facbbe

Please sign in to comment.