/*
Theme Name: kitchen24 2020 - Landscape
*/

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

.navbar-nav .nav-link, a.dropdown-item {
font-size: 90%;
padding: 0.1rem 1rem;}

a.dropdown-item {
line-height: 1;
}

.dropdown-menu {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
}

}
