Created
May 2, 2020 15:03
-
-
Save WillPresley/159b1027010f88eb3e2b026c8c66756e to your computer and use it in GitHub Desktop.
PrivateBin Bootstrap CSS Changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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