Skip to content

Commit 9167734

Browse files
committed
Restrict team banner image to 100% of available space. Fixes #245
1 parent 2649067 commit 9167734

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

get_together/static/css/get_together.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ ul.errorlist li {
134134
border-radius: 0.25em;
135135
}
136136

137+
.team-banner .card-img-top {
138+
max-width: 100%;
139+
height: auto;
140+
}
141+
137142
.team-banner .team-title {
138143
position: absolute;
139144
bottom: 0px;

0 commit comments

Comments
 (0)