Fixes case study cards on list page for small screens

This commit is contained in:
Andrew Gioia 2026-05-08 15:57:35 -04:00
parent c328d5a27c
commit e851c2c8e3
Signed by: andrew
GPG Key ID: FC09694A000800C8

View File

@ -1294,13 +1294,14 @@ body.simple {
} }
} }
section { section
{
&#studies { &#studies {
background: var(--bg); background: var(--bg);
padding: 2rem 0; padding: 0 0 2rem;
article { article {
margin: 0 -1.5rem;
width: auto; width: auto;
} }
} }
@ -1531,6 +1532,18 @@ body.simple {
} }
} }
/* adjust the case study cards on the list page */
body.simple
{
section#studies {
padding-top: 2rem;
article {
margin: 0;
}
}
}
/* honeycomb case study art */ /* honeycomb case study art */
body#honeycomb main > header #grid { body#honeycomb main > header #grid {
--shape-size: 14dvh; --shape-size: 14dvh;