Skip to content

Commit 8b4e3a6

Browse files
Monil-KTXktx-krupa
authored andcommitted
Fix/make css related changes in landing page (#173)
* fix: solve overlap issue in community support card * fix: resolve card view issue of popular integration section * fix: change css for hero section banner * fix: hero banner button css * fix: resolve button size issue * fix: remove unused padding * fix: change css for search bar * fix: add proper padding * fix: solve sidebar highlight issue * fix: resolve overlap issue in bottom of toc * fix: change css for sidebar and toc * fix: resolve auto scroll issue * fix: add top padding * fix: resolve highlight issue * fix: resolve toc issue * fix: remove unused z-index * fix: solve sidebar and toc sidebar issue * fix: remove unused css * fix: logo position issue * fix: resolve path issue of mobile screen logo * fix: resolve sidebar scroll issue * fix: remove background from title of secondary sidebar * fix: make css related changes * fix: change theme moon icon color * fix: add required css * fix: make md-content left side with actual font size * fix: full-width md-content with actual font size * fix: left side md-content with character limit with actual font size * fix: resolve main page width issue * fix: make md-content center in screen with actual font-size * feat: make search bar for for searching * fix: md content left-container * fix: make css related changes * fix: md-content in center with container view * fix: md-content left with container view * fix: make container view width
1 parent a90d4d1 commit 8b4e3a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

overrides/partials/header.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<div
260260
class="tw-flex tw-items-center tw-justify-between tw-text-gray-500 tw-text-base tw-font-semibold tw-w-full tw-text-left toggle-btn"
261261
>
262-
<span>Platform</span>
262+
<h4>Platform</h4>
263263
<img
264264
src="assets/submenu-icon.svg"
265265
alt="Arrow"
@@ -272,7 +272,7 @@
272272
>
273273
<p class="tw-font-medium tw-text-xs tw-text-black">
274274
Full Stack Observability Platform
275-
</p>
275+
</h3>
276276
<a
277277
href="/platform/"
278278
class="tw-text-xs gradient-hover tw-font-medium tw-underline"
@@ -350,7 +350,7 @@
350350
<div
351351
class="tw-flex tw-items-center tw-justify-between tw-text-gray-500 tw-text-base tw-font-semibold tw-w-full tw-text-left toggle-btn"
352352
>
353-
<span>Solutions</span>
353+
<h4>Solutions</h4>
354354
<img
355355
src="assets/submenu-icon.svg"
356356
alt="Arrow"
@@ -363,7 +363,7 @@
363363
>
364364
<p class="tw-font-medium tw-text-xs tw-text-black">
365365
Full Stack Observability Solutions
366-
</p>
366+
</h3>
367367
<a
368368
href="/solutions/"
369369
class="tw-text-xs gradient-hover tw-font-medium tw-underline"
@@ -436,7 +436,7 @@
436436
<div
437437
class="tw-flex tw-items-center tw-justify-between tw-text-gray-500 tw-text-base tw-font-semibold tw-w-full tw-text-left toggle-btn"
438438
>
439-
<span>Resources</span>
439+
<h4>Resources</h4>
440440
<img
441441
src="assets/submenu-icon.svg"
442442
alt="Arrow"
@@ -451,7 +451,7 @@
451451
class="tw-font-medium tw-text-xs tw-text-black tw-flex tw-flex-col tw-space-y-2"
452452
>
453453
Full Stack Observability Resources
454-
</p>
454+
</h3>
455455
<a
456456
href="/resources/"
457457
class="tw-text-xs gradient-hover tw-font-medium tw-underline"

0 commit comments

Comments
 (0)