Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit c540f71

Browse files
Merge pull request #679 from devopsdays/fix-organizer-cards
Make organizer cards the same height in a row
2 parents 9f74675 + ae180d4 commit c540f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/shortcodes/list_organizers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row" style="width:100%">
44
{{- range $e.team_members -}}
55
<div class="col-xl-3 col-lg-4 col-md-6 organizer-card">
6-
<div class = "card" style="max-width: 300px;padding-left:0px;padding-right:0px">
6+
<div class = "card h-100" style="max-width: 300px;padding-left:0px;padding-right:0px">
77
<div class = "card-header">
88
<h3>{{ .name }}</h3>
99
{{- if .role -}}

0 commit comments

Comments
 (0)