Skip to content

Commit

Permalink
do not show horizontal line for talk detail footer
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 15, 2023
1 parent 064957c commit 6153c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ header .header-container .logo div {
}

/* horizontal line in content */
main > div:nth-child(n+2) + div:not(.stage-header-section, .aside-bar-section, .teaser-bar-section) {
main > div:nth-child(n+2) + div:not(.stage-header-section, .aside-bar-section, .teaser-bar-section, .talk-detail-footer-container) {
border-top: 1px solid var(--color-medium-dark-gray);
}

Expand Down

0 comments on commit 6153c0c

Please sign in to comment.