File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ date: git Last Modified
1212 <div class =" px-10 pt-8" >
1313 <!-- Breadcrumbs - Desktop -->
1414 <div class =" w-full" >
15- <div class =" font-medium border-b pb-1 flex flex-col md:flex-row md:items-end " >
16- <div class =" md:flex-1 " >
15+ <div class =" font-medium border-b pb-1 flex flex-col gap-1 " >
16+ <div class =" md:flex-1" >
1717 {% if version %}
1818 v{{ version }}
1919 {% endif %}
2020 {% if page .url %}
2121 {{ page .url | handbookBreadcrumbs | safe }}
2222 {% endif %}
2323 </div >
24- <div class =" w-full xl:max-w-[30%] md:max-w-[50%] sm:w-full md:ml-auto mb-1 max-md:mt-3 " >
24+ <div class =" w-full mb-1" >
2525 <div id =" algolia-search" class =" border rounded" ></div >
2626 </div >
2727 </div >
@@ -60,4 +60,4 @@ date: git Last Modified
6060{% include " ./common-js.njk" %}
6161
6262<!-- medium-zoom 1.1.0 | MIT License | https://github.com/francoischalifour/medium-zoom -->
63- {% include " medium-zoom.min.njk" %}
63+ {% include " medium-zoom.min.njk" %}
Original file line number Diff line number Diff line change 6565
6666.aa-Panel .aa-ItemContent .aa-ItemContentBody {
6767 grid-column : span 4 ;
68+ align-self : stretch;
69+ display : flex;
70+ flex-direction : column;
6871}
6972
7073
You can’t perform that action at this time.
0 commit comments