diff --git a/src/customizations/volto/components/theme/Footer/Footer.jsx b/src/customizations/volto/components/theme/Footer/Footer.jsx index 232f7a2..82c086a 100644 --- a/src/customizations/volto/components/theme/Footer/Footer.jsx +++ b/src/customizations/volto/components/theme/Footer/Footer.jsx @@ -67,6 +67,19 @@ const Footer = (props) => ( +
  • + + + +
  • +
  • + + + +
  • diff --git a/theme/themes/energyunion/globals/reset.overrides b/theme/themes/energyunion/globals/reset.overrides index 48b212f..b68156c 100644 --- a/theme/themes/energyunion/globals/reset.overrides +++ b/theme/themes/energyunion/globals/reset.overrides @@ -450,7 +450,8 @@ template { } .unlist { - width: 100%; + width: 110%; + display: flex; padding-left: 0; margin: 0; list-style-type: none;