Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 19dfaf9

Browse files
committed
refactor(overview): Tweak gutter
1 parent 4060582 commit 19dfaf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/overview/index.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<section class="app-overview-dashboard__weekly-metrics">
1414
<h3 class="mb-3">每週學習概況</h3>
1515

16-
<div class="row g-2">
16+
<div class="row g-3">
1717
<div class="col-12 col-md-6">
1818
<div class="vstack gap-1">
1919
<turbo-frame id="solved_questions" src="{{ path('app_overview_cards_solved_questions') }}"></turbo-frame>
@@ -30,15 +30,15 @@
3030
<section class="app-overview-dashboard__historic-statistics">
3131
<h3 class="mb-3">學習歷程</h3>
3232

33-
<div class="row g-5 g-md-2">
33+
<div class="row g-5">
3434
<div class="col-12 col-md-6">
3535
<div class="vstack gap-1">
3636
<turbo-frame id="solved_questions" src="{{ path('app_overview_cards_solved_questions') }}"></turbo-frame>
3737
<turbo-frame id="events_count" src="{{ path('app_overview_cards_events_count') }}"></turbo-frame>
3838
<turbo-frame id="questions_count" src="{{ path('app_overview_cards_questions_count') }}"></turbo-frame>
3939
</div>
4040
</div>
41-
<div class="col-12 col-md-6t">
41+
<div class="col-12 col-md-6">
4242
<turbo-frame id="events_history" src="{{ path('app_overview_cards_events_history') }}"></turbo-frame>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)