mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 06:21:32 +08:00
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
|
//
|
||
|
// Responsive: Navbar
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
|
||
|
// TABLETS AND BELOW
|
||
|
// -----------------
|
||
|
@media (max-width: @navbarCollapseWidth) {
|
||
|
|
||
|
|
||
|
}
|