diff --git a/css/newItem.css b/css/newItem.css index 330e4bf..74b38ce 100644 --- a/css/newItem.css +++ b/css/newItem.css @@ -155,10 +155,12 @@ input[type="radio"]:checked + img { @media (max-width: 920px) { #newItem { width: 100%; - height: 37svh; + height: 40svh; padding-top: var(--space-sm); padding-bottom: var(--space-xl); + + z-index: 1; } #tagWrapper { @@ -172,7 +174,7 @@ input[type="radio"]:checked + img { #newItemText { font-size: var(--font-lg); - line-height: normal; + line-height: var(--line-height-base); } .actionButton:hover { diff --git a/css/variables.css b/css/variables.css index 3474f1d..8402594 100644 --- a/css/variables.css +++ b/css/variables.css @@ -18,7 +18,7 @@ --font-sm: 0.875rem; --font-md: 1rem; - --font-lg: 1.375rem; + --font-lg: 1.125rem; --font-xl: 1.5rem; --line-height-base: 140%;