diff --git a/app/static/style.css b/app/static/style.css index 7e3e6c4..ed83c28 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -46,11 +46,13 @@ body { left: 1.5rem; top: 4.5rem; z-index: 90; + width: 110px; } .page-logo { - height: clamp(2.5rem, 5vw, 3.5rem); - width: auto; + width: 100%; + height: auto; opacity: 0.9; + display: block; } .panel { background: var(--card); @@ -160,7 +162,7 @@ button { display: grid; grid-template-columns: 1fr; gap: 1rem; - padding: 1rem; + padding: 1rem 1rem 1rem 8rem; max-width: 1400px; width: 100%; box-sizing: border-box;