Skip to content

Commit

Permalink
chore: Update styles in Layout.astro for better image display
Browse files Browse the repository at this point in the history
  • Loading branch information
RND332 committed Jun 16, 2024
1 parent 24e35db commit d81c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const pages: Array<Page> = [
currentPage == undefined ? "who" : currentPage;
const isCurrentPage = currentPageId === page.id;

let styles = "w-full px-2 min-w-12 ";
let styles = "w-full px-2 min-w-[48px] ";
if (index % 3 === 0) {
styles += "border-r border-[#30363d] ";
} else if (index % 3 === 1) {
Expand Down

0 comments on commit d81c8c3

Please sign in to comment.