Skip to content

Commit

Permalink
chore: change admin layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 28, 2024
1 parent d8b2e37 commit 204bbdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ <h3 tuiTitle>
tuiCardLarge="normal"
tuiSurface="elevated"
[routerLink]="'animal/' + $index"
[style.width]="'min-content'"
>
<tui-avatar
[size]="'m'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
justify-content: space-between;
padding: 1rem;
gap: 1rem;

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

.info {
Expand All @@ -25,7 +29,7 @@
gap: 2rem;
text-align: center;

@media (max-width: 86.25rem) {
@media (max-width: 92rem) {
justify-content: center;
}
}
Expand Down Expand Up @@ -55,7 +59,7 @@
flex-direction: column;
gap: 1rem;

@media (max-width: 86.25rem) {
@media (max-width: 92rem) {
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit 204bbdb

Please sign in to comment.