Skip to content

Commit

Permalink
remove box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBartl committed Dec 29, 2022
1 parent 204fc64 commit d4350f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ abbr[title]:after { content: "\f129"; } /* info */
/* team profile cards */
.panel-profile-card {
display: flex;
box-shadow: none;
-webkit-box-shadow: none;
}

.panel-profile-card > .panel-heading {
Expand Down

0 comments on commit d4350f9

Please sign in to comment.