Skip to content

Commit

Permalink
refactor(overview): Tweak gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Oct 3, 2024
1 parent 4060582 commit 19dfaf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/overview/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section class="app-overview-dashboard__weekly-metrics">
<h3 class="mb-3">每週學習概況</h3>

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

<div class="row g-5 g-md-2">
<div class="row g-5">
<div class="col-12 col-md-6">
<div class="vstack gap-1">
<turbo-frame id="solved_questions" src="{{ path('app_overview_cards_solved_questions') }}"></turbo-frame>
<turbo-frame id="events_count" src="{{ path('app_overview_cards_events_count') }}"></turbo-frame>
<turbo-frame id="questions_count" src="{{ path('app_overview_cards_questions_count') }}"></turbo-frame>
</div>
</div>
<div class="col-12 col-md-6t">
<div class="col-12 col-md-6">
<turbo-frame id="events_history" src="{{ path('app_overview_cards_events_history') }}"></turbo-frame>
</div>
</div>
Expand Down

0 comments on commit 19dfaf9

Please sign in to comment.