Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.patreon-banner {
display: block;
width: 100%;
max-width: 728px;
height: auto;
min-height: 90px;
margin: 10px auto;
text-align: center;
background: #1a1a1a;
}
/* Desktop base rules */
.infobox {
float: right;
clear: right;
margin: 0.5em 0 1em 1em; /* top right bottom left */
width: 300px;
}
/* Mobile responsive rules */
@media (max-width: 768px) {
.infobox {
float: none !important; /* Removes the right float */
clear: both !important; /* Ensures clean breaks with other content */
margin: 0 auto 1em auto !important; /* Centers horizontally with auto left/right margins */
width: 100% !important; /* Full width container */
max-width: 300px !important; /* But don't exceed original width */
}
}
