Skip to content

Commit

Permalink
new teams
Browse files Browse the repository at this point in the history
  • Loading branch information
vinthony committed Dec 8, 2024
1 parent c29ac49 commit f2b03b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _layouts/teams.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
border: 3px solid #fff;
display: inline-block !important;
}
.gvc-team img{
height:200px;
}

.gvc-team:hover{
transition-duration: 0.2s;
Expand Down Expand Up @@ -52,7 +55,7 @@
<!-- <div style="background: url({{ team.image | relative_url }}) no-repeat center; background-size: 300px, auto; display:block;height:300px;width: "> -->
<div class="team team-summary team-summary-large gvc-team">
{% if team.image %}
<img height="200" alt="{{ team.title }}" style="transform: skewX(10deg); position: relative; left:-30%; " src="{{ team.image | relative_url }}" />
<img alt="{{ team.title }}" style="transform: skewX(10deg); position: relative; left:-30%; " src="{{ team.image | relative_url }}" />
{% endif %}
<!---->
<div class="team-meta" style="display: inline-block;">
Expand Down

0 comments on commit f2b03b5

Please sign in to comment.