/*
Theme Name: Bootstrap Playground
Author: Sender D Gluch
Description: Bootstrap Playground for WordPress
Version: 0.0.1
Tags: bootstrap
*/


@media only screen and (min-width:800px){

      .dropdown:hover .dropdown-menu {
    	    display: block;
    	    margin-top: 0; // remove the gap so it doesn't close
      }

}


.dropdown-menu {padding: 0.2rem 0 !important; font-size: 0.8rem !important;}