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
| /* Controls width of the widget */ | |
| .badge-container {width:700px; margin: 0 auto;} | |
| /* Makes Badges display inline */ | |
| #badges li { display: inline;} | |
| /* Controls badges row offset */ | |
| #badges li:nth-child(20n+11) {margin-left:30px;} | |
| /* Controls badges size and alignment */ |
NewerOlder