diff --git a/web/static/css/c2.css b/web/static/css/c2.css index f7674d3f..5d7b003f 100644 --- a/web/static/css/c2.css +++ b/web/static/css/c2.css @@ -260,8 +260,14 @@ gap: 12px; justify-content: center; flex-wrap: wrap; + max-width: 420px; + margin-inline: auto; } +.c2-actions > button { + flex: 1; + min-width: min(100%, 160px); +} /* ============================================================================ Listener Cards ============================================================================ */ diff --git a/web/templates/index.html b/web/templates/index.html index 47497d30..b4aac558 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -190,10 +190,12 @@