mirror of https://github.com/docker/docs.git
search: fix responsiveness issue on md screens
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
2f50130831
commit
52f9c17066
|
@ -350,7 +350,6 @@
|
|||
"lg:pb-2",
|
||||
"lg:scale-100",
|
||||
"lg:text-base",
|
||||
"lg:w-[1200px]",
|
||||
"link",
|
||||
"lntable",
|
||||
"lntd",
|
||||
|
@ -432,7 +431,6 @@
|
|||
"placeholder:text-white",
|
||||
"pr-2",
|
||||
"prose",
|
||||
"pt-0",
|
||||
"pt-4",
|
||||
"px-1",
|
||||
"px-2",
|
||||
|
@ -529,7 +527,6 @@
|
|||
"w-[32px]",
|
||||
"w-fit",
|
||||
"w-full",
|
||||
"w-lvw",
|
||||
"w-screen",
|
||||
"xl:grid-cols-3",
|
||||
"xl:grid-cols-4",
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<div class="w-lvw overflow-clip p-6 pt-0 lg:w-[1200px]">
|
||||
<article class="prose max-w-none dark:prose-invert">
|
||||
<h1 class="py-4">{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
|
@ -25,7 +24,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<script type="module">
|
||||
// Global variable to hold the pagefind module
|
||||
let pagefind;
|
||||
|
|
Loading…
Reference in New Issue