Skip to content

Commit

Permalink
Fix/style pictures pesquisa (#205)
Browse files Browse the repository at this point in the history
* extract common tasks aliases

* Add pictures and fix style on page 'Equipes'

* Add pictures and style to page 'Equipes'

---------

Co-authored-by: Zoey de Souza Pessanha <[email protected]>
  • Loading branch information
walo2 and zoedsoupe authored Sep 8, 2024
1 parent c4b7032 commit 99968d2
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 171 deletions.
9 changes: 3 additions & 6 deletions assets/css/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
img {
width: 100%;
height: 100%;
max-width: 1100px;
max-height: 600px;
background-size: cover;
margin: 0 auto;
}
}

Expand Down Expand Up @@ -252,8 +249,6 @@
}

.glide__slide img {
max-width: 670px;
max-height: 380px;
height: 100%;
width: 100%;
border-radius: 8px;
Expand Down Expand Up @@ -441,11 +436,13 @@
@apply flex bg-blue-100;
justify-content: center;
border-radius: 50%;
overflow: hidden;
width: 3.75rem;
height: 3.75rem;

img {
width: 80%;
width: 100%;
object-fit: cover;
}
}

Expand Down
Loading

0 comments on commit 99968d2

Please sign in to comment.