Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/layout #93

Merged
merged 5 commits into from
Dec 18, 2024
Merged

Fix/layout #93

merged 5 commits into from
Dec 18, 2024

Conversation

yuito-it
Copy link
Member

This pull request includes several changes to improve the responsiveness and consistency of the layout across different screen sizes, as well as minor code enhancements. The most important changes are grouped into layout improvements and code enhancements.

Layout Improvements:

  • src/app/about/page.tsx: Adjusted padding and spacing for sections and buttons to improve layout on smaller screens.
  • src/app/page.tsx: Updated padding and font sizes for sections and headings to enhance responsiveness. [1] [2]
  • src/app/globals.css: Modified the .markdown class to adjust the width for different screen sizes.

Code Enhancements:

  • src/components/button.tsx and src/components/button-legacy.tsx: Added JSX import to the component files for better TypeScript support. [1] [2]
  • src/components/button.tsx: Included props.className in the button component to allow custom styling.
  • src/components/slideshow.tsx: Added JSX import to the slideshow component for improved TypeScript support.

@yuito-it yuito-it added the bug Something isn't working label Dec 18, 2024
@yuito-it yuito-it merged commit 70e69c6 into master Dec 18, 2024
4 checks passed
@yuito-it yuito-it deleted the fix/layout branch December 18, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant