diff --git a/frontend/dashboard.html b/frontend/dashboard.html index de3af93..9e64590 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -148,6 +148,15 @@ margin-bottom: 22px; } .full-row { margin-bottom: 22px; } + /* Bottom row: Activity · My submissions · Challenges side by side */ + .bottom-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 22px; + margin-bottom: 22px; + align-items: start; + } + .bottom-grid > * { margin-bottom: 0; } .qa-btn { display: flex; align-items: center; gap: 8px; @@ -1602,31 +1611,6 @@
- - @@ -1645,42 +1629,50 @@ - -