Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | ... |
</div>

</div>
14 changes: 7 additions & 7 deletions content/stylesheets/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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;
Expand Down Expand Up @@ -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;
} */
16 changes: 14 additions & 2 deletions content/stylesheets/recent-posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -92,7 +92,7 @@
.recent-posts .table-wrapper
{
width: 100% !important;
display: block !important;
display: inline !important;
}

/* Table header style */
Expand All @@ -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;
} */