INFOS DIVERSES — À CONSERVER
COULEURS
BUREAU TOMATO (rouge)
- RGB : 250 / 000 / 010
- CMJN : 000 / 095/ 093 / 000
- HEX : ff000a
BUREAU SPINACH (vert)
- RVB : 81 / 193 / 130
- CMJN : —
- HEX : 51C182
BUREAU ORANGE (orange)
- RVB : 255 / 100 / 0
- CMJN : —
- HEX : FF6400
BUREAU BANANA (jaune)
- RVB : 255 / 205 / 25
- CMJN : —
- HEX : FFCD19
BREAKPOINTS
Voir : https://wpastra.com/docs/set-update-breakpoints-tablet-mobile-in-astra/
To change the Mobile Breakpoint:
// Update your custom mobile breakpoint below - like return 544; add_filter( 'astra_mobile_breakpoint', function() { return 544; });
To change the Tablet Breakpoint:
// Update your custom tablet breakpoint below - like return 921; add_filter( 'astra_tablet_breakpoint', function() { return 921; });