Skip to content

Commit

Permalink
adjust themes index page's items' height
Browse files Browse the repository at this point in the history
  • Loading branch information
qxsclass authored and yushine committed Jul 9, 2024
1 parent 800922a commit 6f10bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions innopacks/panel/resources/views/themes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="row">
@foreach($themes as $theme)
<div class="col-6 col-lg-4 mb-3">
<div class="themes-item border rounded-3 overflow-hidden">
<div class="card rounded-3 themes-item overflow-hidden shadow-sm h-100">
<div class="image border-bottom"><img src="{{ theme_image($theme['code'], 'images/preview.jpg', 700, 500) }}" class="img-fluid"></div>
<div class="d-flex justify-content-between align-items-center p-3">
<span class="fw-bold">{{ $theme['name'] }}</span>
Expand All @@ -27,4 +27,4 @@
@endif
</div>
</div>
@endsection
@endsection

0 comments on commit 6f10bba

Please sign in to comment.