Skip to content

Commit e0b031a

Browse files
iammukeshmclaude
andcommitted
fix(docs): widen author image column to 340px, card to 56rem max
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c4c3b43 commit e0b031a

File tree

14 files changed

+2
-2
lines changed

14 files changed

+2
-2
lines changed

docs/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,12 +1711,12 @@ import mukeshPhoto from '../assets/mukesh_murugan.png';
17111711
display: grid; grid-template-columns: auto 1fr; gap: 0;
17121712
border: 1px solid var(--border); border-radius: 16px;
17131713
overflow: hidden; background: var(--bg-card);
1714-
max-width: 52rem; margin: 0 auto;
1714+
max-width: 56rem; margin: 0 auto;
17151715
}
17161716

17171717
/* image column */
17181718
.au-img-col {
1719-
position: relative; width: 280px;
1719+
position: relative; width: 340px;
17201720
background: linear-gradient(180deg, rgba(74,222,128,0.04), var(--bg-card));
17211721
overflow: hidden;
17221722
}
File renamed without changes.
File renamed without changes.

src/Playground/Playground.Api/Properties/launchSettings.json renamed to src/Playground/FSH.Api/Properties/launchSettings.json

File renamed without changes.

src/Playground/Playground.Api/Requests/Identity/identity-roles.http renamed to src/Playground/FSH.Api/Requests/Identity/identity-roles.http

File renamed without changes.

src/Playground/Playground.Api/Requests/Identity/identity-token.http renamed to src/Playground/FSH.Api/Requests/Identity/identity-token.http

File renamed without changes.

src/Playground/Playground.Api/Requests/Identity/identity-users.http renamed to src/Playground/FSH.Api/Requests/Identity/identity-users.http

File renamed without changes.

src/Playground/Playground.Api/Requests/Multitenancy/tenants.http renamed to src/Playground/FSH.Api/Requests/Multitenancy/tenants.http

File renamed without changes.

0 commit comments

Comments
 (0)