mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
Fix layout of search results for small and medium screens (#2037)
This commit is contained in:
5
.changeset/perfect-trainers-rush.md
Normal file
5
.changeset/perfect-trainers-rush.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix layout of search results for small and medium screens
|
||||
@@ -5,10 +5,10 @@ menu: extra.search-results
|
||||
---
|
||||
|
||||
<div class="row g-4">
|
||||
<div class="col-3">
|
||||
<div class="col-md-3">
|
||||
{% include parts/nav/nav-aside.html %}
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<div class="col-md-9">
|
||||
<div class="row row-cards">
|
||||
{% assign photos = site.data.photos | where: "horizontal", true %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user