diff --git a/static/style.css b/static/style.css index 232afaf..5ea9539 100644 --- a/static/style.css +++ b/static/style.css @@ -204,6 +204,10 @@ table tr.link { border: var(--border); border-radius: var(--border-radius, 1rem); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + + @media screen and (max-width: 750px) { + padding: 0.5rem; + } } .section-wrapper {