Skip to content

Commit

Permalink
logo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoRJ committed Aug 26, 2024
1 parent 525ff7f commit 0baf13c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions themes/airflowsummit/assets/scss/_sponsor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,27 @@ section.sponsors {
align-items: center;
flex-wrap: wrap;

.sponsor-item {
width: 280px;
margin: 0px 40px 20px 40px;
}
}


.sponsor-strip.bronze {
display: flex;
justify-content: center;
justify-items: center;
align-items: center;
flex-wrap: wrap;

.sponsor-item {
width: 230px;
margin: 0px 40px 25px 40px;
}
}


.sponsor-strip.local {
display: flex;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion themes/airflowsummit/layouts/partials/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="my-3">Silver</h3>
{{ if eq $index 0 }}
<h3 class="my-3">Bronze</h3>

<div class="sponsor-strip silver">
<div class="sponsor-strip bronze">
{{ end }}
<div class="sponsor-item">
<a title="{{ .Title }}" href="{{ .Params.webUrl }}" target="_blank">
Expand Down

0 comments on commit 0baf13c

Please sign in to comment.