Reduce number of pagination buttons

Currently the pagination buttons look like this on mobile. How do I reduce the number of buttons on mobile in order to make it look nice?
The url of my forum is http://www.mineycrafty.com/forum.
            Tagged:
            
        
0          
             
         
            
Comments
Make it so you show more discussions per page.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
This might also help
http://stackoverflow.com/questions/25838135/how-to-make-responsive-bootstrap-3-pagination
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@media (max-width: 640px) { .Pager a, .Pager span { display:none; } .Pager .Highlight, .Pager .Previous, .Pager .Next, .Pager .FirstPage, .Pager .LastPage { display:inline; } }My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
@Bleistivt Thank you! Your css did the trick!