Skip to content

Commit

Permalink
fix css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBartl committed Dec 29, 2022
1 parent f2cb165 commit 204fc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1251,11 +1251,11 @@ abbr[title]:after { content: "\f129"; } /* info */
display: flex;
}

.panel-heading {
.panel-profile-card > .panel-heading {
width: 30%;
}

.panel-body {
.panel-profile-card > .panel-body {
width: 100%;
}

Expand Down

0 comments on commit 204fc64

Please sign in to comment.