Skip to content

Commit

Permalink
Padronizacao perfis destaque home
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi-gandine committed Aug 13, 2024
1 parent 8ec8e91 commit 026b206
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@
}

&.portrait {
display: flex;
flex-direction: column;
justify-content: space-between;
.entity-card__header {
&.user-details {
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@

&__viewport {
ol {
li{
li{

justify-content: flex-start;
align-items: stretch;
padding: 0 size(40) 0 0;

@media (max-width: size(600)) {
Expand All @@ -130,7 +131,7 @@
}

&__track {
align-items: flex-start;
align-items: stretch;
}
}

Expand Down

0 comments on commit 026b206

Please sign in to comment.