Skip to content

Commit

Permalink
Atualizar responsividade e estilos do cabeçalho no arquivo style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
zdearo committed Apr 9, 2024
1 parent 52d577d commit 316bdb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ header {
height: 100%;
}

header h2{
font-size: 1em;
}

header .text{
width: 100%;
height: 100%;
Expand Down Expand Up @@ -105,8 +109,8 @@ main{

@media (max-width: 768px){
.table .row .square{
width: 25vw;
height: 25vw;
width: 20vw;
height: 20vw;
margin: 10px;
}

Expand Down

0 comments on commit 316bdb7

Please sign in to comment.