mirror of https://github.com/docker/docs.git
fix: sidebar-width sm screens
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
28e23d9ccb
commit
5f563c6c41
|
@ -274,6 +274,7 @@
|
|||
"lg:grid-cols-3",
|
||||
"lg:grid-cols-main-lg",
|
||||
"lg:hidden",
|
||||
"lg:max-w-[300px]",
|
||||
"lg:no-underline",
|
||||
"lg:pb-2",
|
||||
"lg:scale-100",
|
||||
|
@ -286,7 +287,6 @@
|
|||
"max-h-full",
|
||||
"max-w-56",
|
||||
"max-w-[1400px]",
|
||||
"max-w-[300px]",
|
||||
"max-w-[840px]",
|
||||
"max-w-full",
|
||||
"max-w-none",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
$store.showSidebar = false;
|
||||
"
|
||||
>
|
||||
<div class="max-w-[300px] ml-auto p-2">
|
||||
<div class="w-full max-w-none lg:max-w-[300px] ml-auto p-2">
|
||||
{{ block "left" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue