UNCLASSIFIED

Commit f172bae4 authored by Anne Demey's avatar Anne Demey
Browse files

More adjustments to menu spacing

parent 5b17477b
...@@ -116,7 +116,7 @@ const MegaMenu = ({ sticky }) => { ...@@ -116,7 +116,7 @@ const MegaMenu = ({ sticky }) => {
<Box <Box
direction="row" direction="row"
basis={isVert ? 'auto' : '45%'} basis={isVert ? 'auto' : '45%'}
gap="large" gap="medium"
{...(isVert && { flex: { shrink: 0 } })} {...(isVert && { flex: { shrink: 0 } })}
> >
<Box basis="1/2"> <Box basis="1/2">
...@@ -136,13 +136,13 @@ const MegaMenu = ({ sticky }) => { ...@@ -136,13 +136,13 @@ const MegaMenu = ({ sticky }) => {
/> />
<MenuGroup category="Software Development & DevSecOps" /> <MenuGroup category="Software Development & DevSecOps" />
</Box> </Box>
</Box> <Divider />
<Box basis="1/2">
<Box flex={{ shrink: 0 }}> <Box flex={{ shrink: 0 }}>
<GroupHeader label="Digital Engineering" icon={<DtDigiEng />} /> <GroupHeader label="Digital Engineering" icon={<DtDigiEng />} />
<MenuGroup category="Digital Engineering" /> <MenuGroup category="Digital Engineering" />
</Box> </Box>
<Divider /> </Box>
<Box basis="1/2">
<Box flex={{ shrink: 0 }}> <Box flex={{ shrink: 0 }}>
<GroupHeader label="Communications" icon={<DtComms />} /> <GroupHeader label="Communications" icon={<DtComms />} />
<MenuGroup category="Communications" /> <MenuGroup category="Communications" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment