Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-MV committed May 24, 2024
1 parent 5238602 commit 940c758
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
display: flex;
}

@media only screen and (max-width: 768px) {
@media only screen and (max-width: 480px) {
.header {
display: block;
}
Expand All @@ -17,7 +17,7 @@ body {
margin-left: 20px;
}

@media only screen and (max-width: 768px) {
@media only screen and (max-width: 480px) {
h1, h2, h3, h4 {
text-align: center;
}
Expand All @@ -39,7 +39,7 @@ td {
height: auto;
}

@media only screen and (max-width: 768px) {
@media only screen and (max-width: 480px) {
.minha-foto {
width: 75%;
display: block;
Expand All @@ -53,7 +53,7 @@ p {
margin-right: auto;
}

@media only screen and (max-width: 768px) {
@media only screen and (max-width: 480px) {
p {
text-align: center;
}
Expand Down Expand Up @@ -83,7 +83,7 @@ hr {
justify-content: space-between;
}

@media only screen and (max-width: 768px) {
@media only screen and (max-width: 480px) {
.table-container {
display: block;
}
Expand Down

0 comments on commit 940c758

Please sign in to comment.