Skip to content

Commit

Permalink
chore: change animal page layout for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 29, 2024
1 parent d871842 commit 874b33f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
padding: 2rem;
}

.animal-info {
display: flex;
gap: 2rem;
}

.info {
display: flex;
align-items: center;
gap: 2rem;
text-align: center;
margin: 0 2rem;

@media (max-width: 86.25rem) {
justify-content: center;
}

@media (max-width: 62.5rem) {
flex-wrap: wrap;
}
}

.tags {
Expand All @@ -31,6 +41,7 @@
padding-top: 1.2rem;
padding-bottom: 1.2rem;
height: min-content;
max-width: 100%;
}

.about {
Expand Down

0 comments on commit 874b33f

Please sign in to comment.