From 20b881f855cba922da15f28cc3e9aeafcea2e2ed Mon Sep 17 00:00:00 2001 From: Dave Nichols Date: Wed, 16 Oct 2024 11:02:42 +0100 Subject: [PATCH] Removed Aldevron and added 9 columns --- blocks/footer/footer.css | 3 ++- blocks/footer/footer.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index 1ff5fe7..821ac62 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -73,6 +73,7 @@ justify-content: center; background-color: #1a1919; color: #fff; + padding-bottom: 20px; } .footer-opco ul { @@ -86,7 +87,7 @@ } .footer-opco li { - flex: 1 1 calc(10% - 10px); + flex: 1 1 calc(11.111% - 10px); margin: 5px; box-sizing: border-box; } diff --git a/blocks/footer/footer.js b/blocks/footer/footer.js index 23295ef..bd145c8 100644 --- a/blocks/footer/footer.js +++ b/blocks/footer/footer.js @@ -88,7 +88,6 @@ export default async function decorate(block) { { href: 'http://www.moleculardevices.com?utm_source=aldevron_website&utm_medium=referral&utm_content=footer', src: '../../icons/opcos/moldev.svg', alt: 'MolDev' }, { href: 'http://www.phenomenex.com?utm_source=aldevron_website&utm_medium=referral&utm_content=footer', src: '../../icons/opcos/phenomenex.svg', alt: 'Phenomenex' }, { href: 'https://sciex.com?utm_source=aldevron_website&utm_medium=referral&utm_content=footer', src: '../../icons/opcos/sciex.svg', alt: 'Sciex' }, - { href: 'https://www.aldevron.com?utm_source=aldevron_website&utm_medium=referral&utm_content=footer', src: '../../icons/opcos/aldevron.svg', alt: 'Aldevron' }, { href: 'https://www.idtdna.com?utm_source=aldevron_website&utm_medium=referral&utm_content=footer', src: '../../icons/opcos/idt.svg', alt: 'IDT' }, ]; items.forEach((item) => {