Skip to content

Commit

Permalink
feat: hide Twitter share icon
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Apr 9, 2024
1 parent 3a85a8e commit fcfc674
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalog-scss/_bib-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
}
}

// hide Twitter share button, outdated branding, need 2 IDs for specificity
#social_networks #twitter {
display: none;
}

#bibliodescriptions {
font-size: 16px;
}

0 comments on commit fcfc674

Please sign in to comment.