From 8d49ff4bf26bbd0914d85c78f9faf604c95842f0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 May 2023 10:04:21 -0400 Subject: [PATCH] more spacing tweak --- common/static/scss/_item.scss | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/common/static/scss/_item.scss b/common/static/scss/_item.scss index c1399c5a..06e48a64 100644 --- a/common/static/scss/_item.scss +++ b/common/static/scss/_item.scss @@ -17,10 +17,6 @@ font-size: 75%; } - main>div { - margin-bottom: 2.5rem; - } - main>div>section { margin-bottom: 2.5rem; } @@ -84,19 +80,29 @@ display: inline; } + #item-cover, + #item-primary-action, + #item-primary-mark { + margin: 2rem 0; + } + @media (min-width: 769px) { #item-cover { clear: both; } - #item-cover, - #item-primary-action, - #item-primary-mark { - margin-top: 2rem; - } } @media (max-width: 768px) { + #item-cover { + margin: 1rem 0; + } + + #item-primary-action, + #item-primary-mark { + margin-bottom: 1rem 0; + } + #item-title { order: -5; display: flex;