Skip to content

Commit

Permalink
bug: responsive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanshadikrishad committed Jun 5, 2024
1 parent d6cb895 commit 76c9d1b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,25 @@ center {
}
}
@media screen and (max-width: 700px) {
.container {
width: 90%;
}
.footer {
flex-direction: column;
}
.footer_divider {
display: none;
}
.cat__body {
width: 80%;
}
}
@media screen and (max-width: 576px) {
.cat__title {
font-size: 3rem;
font-size: 4rem;
line-height: 0.9;
}
.cat__body {
font-size: 1.3rem;
}
}

0 comments on commit 76c9d1b

Please sign in to comment.