diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index e589d4333..a68c4dad8 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -17,7 +17,7 @@ "notch-bottom notch-bottom notch-bottom"; grid-template-columns: 48px minmax(0, 1120px) 48px; inline-size: fit-content; - margin-block-start: 2rem; + margin-block-start: var(--block-space); max-inline-size: 100%; margin-inline: auto; position: relative; diff --git a/app/views/cards/_container.html.erb b/app/views/cards/_container.html.erb index c131ace03..3c38bc5a8 100644 --- a/app/views/cards/_container.html.erb +++ b/app/views/cards/_container.html.erb @@ -1,7 +1,6 @@ <% cache card do %>
- <%= render "cards/container/engagement", card: card %> <%= render "cards/container/status", card: card %>