Commit b342720c authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Reduce gap between content-provider logo and other content

There was too much gap between the logo container and the rest of the
content, making content look off-center on narrower viewports.
parent 9e1c731b
......@@ -34,7 +34,7 @@ export default function ContentInfoBanner({ info }) {
'h-10 bg-white px-4 text-slate-7 text-annotator-base border-b',
'grid items-center',
// Two columns in narrower viewports; three in wider
'grid-cols-[100px_minmax(0,auto)] gap-x-4',
'grid-cols-[100px_minmax(0,auto)]',
'2xl:grid-cols-[100px_minmax(0,auto)_minmax(0,auto)] 2xl:gap-x-3'
)}
>
......
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