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

Mobile styling improvements #137

Merged
merged 4 commits into from
Sep 19, 2023
Merged

Mobile styling improvements #137

merged 4 commits into from
Sep 19, 2023

Conversation

jakubabrzy
Copy link
Collaborator

@jakubabrzy jakubabrzy commented Sep 19, 2023

It improves:

  • logo size
  • search icon styling
  • search is available for 360px and bigger dimension (samsung galaxy s8+)
Screenshot 2023-09-19 at 14 35 13 Screenshot 2023-09-19 at 14 35 02 Screenshot 2023-09-19 at 14 46 07

closes #107

@@ -46,6 +48,10 @@ module.exports = {
fontFamily: {
sans: ['"DM Sans"', "system-ui"],
},
screens: {
"xs": { max: "576px" },
Copy link
Collaborator

Choose a reason for hiding this comment

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

why 576?

Copy link
Collaborator Author

@jakubabrzy jakubabrzy Sep 19, 2023

Choose a reason for hiding this comment

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

this base on docusarious media styles for the search button
Screenshot 2023-09-19 at 16 31 21

tailwind.config.js Outdated Show resolved Hide resolved
Copy link
Collaborator

@damianstasik damianstasik left a comment

Choose a reason for hiding this comment

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Styling issues
3 participants