Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
fix: width
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Sep 1, 2023
1 parent f6cb741 commit b608f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/news-app/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const origin = 'https://ohayo.nekohack.me'
}

.grid-item {
width: 50%;
width: calc(100% - 32px);
padding: 8px 16px;
background: #fff;
border: 1px solid #e6f6f5;
Expand Down

1 comment on commit b608f29

@vercel
Copy link

@vercel vercel bot commented on b608f29 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ohayo-website – ./

ohayo-website-git-main-jiyuujin.vercel.app
ohayo-website-jiyuujin.vercel.app
ohayo-website.vercel.app

Please sign in to comment.