Skip to content

Commit

Permalink
Add: ajuste de responsividade no mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielf7 committed May 13, 2022
1 parent 10e912b commit 966e433
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion relogiohd.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ footer {

footer p a {
text-decoration: none; color: inherit;
}
}

@media only screen and (max-width: 800px) {
#containerdataHJ {
flex-direction: column;
text-align: center;
}
}

0 comments on commit 966e433

Please sign in to comment.