mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
Fix layout of search results for small and medium screens (#2037)
This commit is contained in:
@@ -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="row g-4">
|
||||||
<div class="col-3">
|
<div class="col-md-3">
|
||||||
{% include parts/nav/nav-aside.html %}
|
{% include parts/nav/nav-aside.html %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-md-9">
|
||||||
<div class="row row-cards">
|
<div class="row row-cards">
|
||||||
{% assign photos = site.data.photos | where: "horizontal", true %}
|
{% assign photos = site.data.photos | where: "horizontal", true %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user