Closed kohta9521 closed 6 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
blog-site-kohta | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | May 15, 2024 8:47am |
The recent updates primarily focus on refining the visual presentation and responsiveness of various components in the frontend application. Key changes include setting a fixed height for images in the ArticleCard
component, adjusting layout and dimensions in the BannerBox
and LinkArea
components for better responsiveness, and updating the bannerHTML
in banner.ts
to include specific class names and standardized image widths.
File Path | Summary of Changes |
---|---|
frontend/src/components/molecules/styles/ArticleCard.module.scss |
Changed the height of the .image class from auto to 238px . |
frontend/src/components/molecules/styles/BannerBox.module.scss |
Added a media query for screens with a max width of 1280px to adjust layout and dimensions. |
frontend/src/components/organisms/styles/LinkArea.module.scss |
Modified .container width from 70% to 50% and added styles for .linkArea and .container within a media query for (max-width: 1280px) . |
frontend/src/data/banner.ts |
Updated bannerHTML anchor tags to include className={styles.banner} and set image widths to 400 pixels. |
🐰 In the land of code where pixels dance, We tweaked the styles to enhance. Images fixed, layouts refined, For a user experience redefined. Banners now with class so neat, Our frontend's looking quite the treat! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Style Updates
Content Updates