Skip to content

Instantly share code, notes, and snippets.

@WillPresley
Created May 2, 2020 15:03
Show Gist options
  • Save WillPresley/159b1027010f88eb3e2b026c8c66756e to your computer and use it in GitHub Desktop.
Save WillPresley/159b1027010f88eb3e2b026c8c66756e to your computer and use it in GitHub Desktop.
PrivateBin Bootstrap CSS Changes
/* PrivateBin Bootstrap CSS Changes -- Will Presley -- https://gist.github.com/WillPresley/159b1027010f88eb3e2b026c8c66756e */
footer h4 small { display: none; }
#aboutbox { font-size: 12px; text-align: right; line-height: 1.15; }
@media (min-width: 992px) { #aboutbox { padding-left: 75px; } }
@media (min-width: 1280px) { #aboutbox { padding-left: 200px; padding-left: 12vw; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment