mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-31 02:59:43 +02:00
Add carbon banner on the page (#117)
This commit is contained in:
parent
84e2982691
commit
541c145e72
11 changed files with 140 additions and 6 deletions
|
@ -71,7 +71,8 @@
|
|||
/**
|
||||
* Custom media queries
|
||||
*/
|
||||
@custom-media --wide-desktop all and (min-width: 1300px);
|
||||
@custom-media --desktop all and (min-width: 1050px);
|
||||
@custom-media --tablet all and (max-width: 1050px);
|
||||
@custom-media --tablet all and (min-width: 980px) and (max-width: 1050px);
|
||||
@custom-media --mobile all and (max-width: 980px);
|
||||
@custom-media --retina all and (-webkit-min-device-pixel-ratio: 1.5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue