mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Make width responsive through a CSS variable that's accessed in React
This commit is contained in:
@@ -64,3 +64,8 @@ $vimeo-height: $panel-height / 2;
|
||||
$banner-height: 100px;
|
||||
$padding: 20px;
|
||||
$header-inset: 10px;
|
||||
|
||||
// CSS variables (for React access)
|
||||
:root {
|
||||
--toolbar-width: 110px;
|
||||
}
|
||||
Reference in New Issue
Block a user