|
1 | 1 | @inherits RazorSlice<LayoutViewModel>
|
2 |
| -<div class="font-body text-ink relative"> |
| 2 | +<div class="w-full font-body text-ink relative"> |
3 | 3 | <div class="w-full absolute top-0 left-0 right-0 htmx-indicator" id="htmx-indicator" role="status">
|
4 | 4 | <div class="h-[2px] w-full overflow-hidden">
|
5 | 5 | <div class="progress w-full h-full bg-pink-70 left-right"></div>
|
6 | 6 | </div>
|
7 | 7 | <div class="sr-only">Loading</div>
|
8 | 8 | </div>
|
9 |
| - <section class="w-screen px-8 lg:px-6 bg-grey-10"> |
| 9 | + <section class="w-full px-8 lg:px-6 bg-grey-10"> |
10 | 10 | <div class="container mx-auto py-16 grid md:grid-cols-2 items-center gap-6">
|
11 | 11 | <div class="lg:basis-[50%]">
|
12 | 12 | <h1 class="text-4xl font-bold font-sans text-black">Elastic documentation</h1>
|
|
23 | 23 | </div>
|
24 | 24 | </section>
|
25 | 25 |
|
26 |
| - <section class="w-screen px-8 lg:px-6 bg-grey-10"> |
| 26 | + <section class="w-full px-8 lg:px-6 bg-grey-10"> |
27 | 27 | <div class="container mx-auto py-16">
|
28 | 28 | <h2 class="font-bold font-sans text-3xl text-ink-dark">Elastic products</h2>
|
29 | 29 | <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mt-6">
|
|
68 | 68 | </div>
|
69 | 69 | </section>
|
70 | 70 |
|
71 |
| - <section class="w-screen px-8 lg:px-6"> |
| 71 | + <section class="w-full px-8 lg:px-6"> |
72 | 72 | <div class="container mx-auto py-16">
|
73 | 73 | <h2 class="font-bold font-sans text-3xl text-ink-dark">How-to guides</h2>
|
74 | 74 | <div class="grid md:grid-cols-2 xl:grid-cols-4 gap-6 mt-6">
|
|
128 | 128 | </div>
|
129 | 129 | </section>
|
130 | 130 |
|
131 |
| - <section class="w-screen px-8 lg:px-6"> |
| 131 | + <section class="w-full px-8 lg:px-6"> |
132 | 132 | <div class="container mx-auto py-16">
|
133 | 133 | <h2 class="font-bold font-sans text-3xl text-ink-dark">References</h2>
|
134 | 134 | <div class="mt-6 grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
|
265 | 265 | </div>
|
266 | 266 | </section>
|
267 | 267 |
|
268 |
| - <section class="w-screen px-8 lg:px-6 bg-grey-10"> |
| 268 | + <section class="w-full px-8 lg:px-6 bg-grey-10"> |
269 | 269 | <div class="container mx-auto py-16">
|
270 | 270 | <h2 class="font-bold font-sans text-3xl text-ink-dark">Product resources</h2>
|
271 | 271 | <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mt-6">
|
|
321 | 321 | </div>
|
322 | 322 | </section>
|
323 | 323 |
|
324 |
| - @* <section class="w-screen px-8 lg:px-6 bg-grey-10"> *@ |
| 324 | + @* <section class="w-full px-8 lg:px-6 bg-grey-10"> *@ |
325 | 325 | @* <div class="container mx-auto py-16"> *@
|
326 | 326 | @* <h2 class="font-bold text-3xl text-ink-dark">Instant Elasticsearch</h2> *@
|
327 | 327 | @* <div class="grid lg:grid-cols-2 gap-6 mt-6"> *@
|
|
344 | 344 | @* </div> *@
|
345 | 345 | @* </section> *@
|
346 | 346 |
|
347 |
| - <section class="w-screen px-8 lg:px-6"> |
| 347 | + <section class="w-full px-8 lg:px-6"> |
348 | 348 | <div class="container mx-auto py-16">
|
349 | 349 | <div class="rounded-xl border-1 border-grey-20 px-12 py-8 grid lg:grid-cols-[auto_1fr_auto] gap-12 items-center justify-center text-center lg:text-left">
|
350 | 350 | <img loading="lazy" class="mx-auto" alt="Elastic Community logo" src="@Model.Static("community-logo.png")" />
|
|
0 commit comments