mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
docs(style): make more responsive for mobile (#10853)
* docs(style): make more responsive for mobile * Make a responsive navbar * more fixes and tweaks * Add README instructions
This commit is contained in:
committed by
GitHub
parent
d93b2b99b2
commit
08ec509dc9
@@ -99,3 +99,7 @@ export const getPreviousAndNextUrls = (menus) => {
|
||||
};
|
||||
|
||||
export const getCurrentMenu = () => {};
|
||||
|
||||
const breakpoints = [576, 768, 992, 1200];
|
||||
|
||||
export const mq = breakpoints.map((bp) => `@media (max-width: ${bp}px)`);
|
||||
|
||||
Reference in New Issue
Block a user