diff --git a/content/index.md b/content/index.md index 0519935..cccfe5c 100644 --- a/content/index.md +++ b/content/index.md @@ -32,9 +32,9 @@ search: | Title | Date | |:-------|------:| -| [Coming Soon...](/markdown/get-started.md) | 24 Jan, 2026 | -| [-](/markdown/markdown.md) | ... | -| [-](/markdown/architecture.md) | ... | +| [Coming Soon...](markdown/get-started.md) | 24 Jan, 2026 | +| [-](markdown/markdown.md) | ... | +| [-](markdown/markdown.md) | ... | diff --git a/content/stylesheets/hero.css b/content/stylesheets/hero.css index 9cbd912..e26ca4a 100644 --- a/content/stylesheets/hero.css +++ b/content/stylesheets/hero.css @@ -116,12 +116,6 @@ body:has(.hero-page) .md-typeset h4 .headerlink /* transform: translateX(5rem); */ } -/* Debug render a bounding box around the hero content */ -/* .hero-content -{ - outline: 1px solid red; -} */ - /* Title style */ .hero-page .hero-content .hero-title { @@ -137,7 +131,7 @@ body:has(.hero-page) .md-typeset h4 .headerlink /* Subtitle style */ .hero-page .hero-content .hero-subtitle { - margin-top: 1.25rem; + margin-top: 2.0rem; max-width: 720px; opacity: 0.85; font-size: 0.9rem; @@ -182,3 +176,9 @@ body:has(.hero-page) .md-typeset h4 .headerlink color: #888; text-align: center; } + +/* Debug render a bounding box around the hero content */ +/* .hero-content +{ + outline: 1px solid red; +} */ diff --git a/content/stylesheets/recent-posts.css b/content/stylesheets/recent-posts.css index f00e18e..7b78b20 100644 --- a/content/stylesheets/recent-posts.css +++ b/content/stylesheets/recent-posts.css @@ -5,7 +5,7 @@ /* Base class style */ .recent-posts { - margin: 4.5rem auto 0 auto; + margin: 6.0rem auto 0 auto; max-width: 800px; text-align: center; color: white; @@ -92,7 +92,7 @@ .recent-posts .table-wrapper { width: 100% !important; - display: block !important; + display: inline !important; } /* Table header style */ @@ -105,3 +105,15 @@ margin-bottom: -1rem; text-align: left; } + +/* Debug render a bounding box around the table content */ +/* .recent-posts +{ + outline: 1px solid red; +} */ + +/* Debug render a bounding box around the table's markdown typeset content */ +/* .recent-posts .md-typeset__table +{ + outline: 1px solid lime; +} */