Welcome to mirror list, hosted at ThFree Co, Russian Federation.

responsive-navbar.less « less « assets « 3.2.1 « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b15033ed9d4fe1d8f1b546c70884abc4a7f8b7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Responsive: Navbar
// --------------------------------------------------


// TABLETS AND BELOW
// -----------------
@media (max-width: @navbarCollapseWidth) {


}