Skip to content

Commit

Permalink
Merge pull request #329 from hlxsites/328-opco-footer-aldevron
Browse files Browse the repository at this point in the history
328-opco-footer-aldevron
  • Loading branch information
davenichols-DHLS authored Oct 16, 2024
2 parents 41081de + 20b881f commit 0556256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
justify-content: center;
background-color: #1a1919;
color: #fff;
padding-bottom: 20px;
}

.footer-opco ul {
Expand All @@ -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;
}
Expand Down
1 change: 0 additions & 1 deletion blocks/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 0556256

Please sign in to comment.