fix bernado image, fix images
Deploy / Deploy (push) Successful in 42s
Details
Deploy / Deploy (push) Successful in 42s
Details
This commit is contained in:
parent
37b6d20841
commit
48036c03a7
|
@ -1,7 +1,7 @@
|
|||
<div class="column is-one-quarter">
|
||||
<div class="box">
|
||||
<div class="rounded">
|
||||
<img src="{{ people_item.img }}" class="rounded">
|
||||
<img src="{{ people_item.img }}">
|
||||
</div>
|
||||
<div class="box-name py-6">
|
||||
<h4>{{ people_item.name }}</h4>
|
||||
|
|
|
@ -227,12 +227,18 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
}
|
||||
|
||||
.peoples .box .rounded{
|
||||
.peoples .box .rounded {
|
||||
background: var(--cornflower-blue);
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
|
||||
border-radius: 50%;
|
||||
overflow: hidden; /* Corta a imagem excedente */
|
||||
}
|
||||
|
||||
.peoples .box .rounded img {
|
||||
width: 100%; /* Preenche a largura do contêiner */
|
||||
height: 100%; /* Preenche a altura do contêiner */
|
||||
object-fit: cover; /* Mantém a proporção e cobre o espaço */
|
||||
}
|
||||
|
||||
.peoples .box h4{
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Bernardo Martins Corrêa
|
|||
descricao:
|
||||
grouped_by:
|
||||
- master_students
|
||||
img: /assets/people/ Bernardo Martins Corrêa.png
|
||||
img: /assets/people/ Bernardo Martins Corrêa .png
|
||||
github: https://github.com/Bentroen
|
||||
lattes: http://lattes.cnpq.br/6550511332935264
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue