/* * Metro UI CSS * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * responsive.less */ /* Large desktop */ @media (min-width: 1200px) { } @media (min-width: 980px) { .navigation-bar { .navigation-bar-inner { .menu-pull { display: none; } & > ul { display: block !important; } } } }