Skip to content

Commit

Permalink
Merge pull request #187 from owaspsamm/fix-practitioners-display
Browse files Browse the repository at this point in the history
Resolves #186
  • Loading branch information
SebaDele authored Jan 29, 2024
2 parents 6da64aa + df53781 commit 1d3dd9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/style.samm.css
Original file line number Diff line number Diff line change
Expand Up @@ -4228,6 +4228,11 @@ a.list-group-item.active > .badge,
padding: 20px;
display: inline-block;
}
@media (max-width: 767px) {
.practitioners-list-item {
width: 80%;
}
}

.event-list {
padding-top: 30px;
Expand Down

0 comments on commit 1d3dd9d

Please sign in to comment.