diff --git a/frontend/style.css b/frontend/style.css index b2ec405..2f785f6 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -5,7 +5,16 @@ body { display: flex; flex-direction: column; align-items: center; - row-gap: 0.25rem; + row-gap: 0.375rem; font-family: 'Noto Sans', 'Roboto', 'Ubuntu', sans-serif; } + +#items-container { + display: flex; + flex-direction: column; + align-items: start; + row-gap: 0.25rem; + + margin: 0.25rem 0; +}