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

Reverie: Suggested style enhancements #7720

Open
michiecat opened this issue Apr 8, 2024 · 0 comments
Open

Reverie: Suggested style enhancements #7720

michiecat opened this issue Apr 8, 2024 · 0 comments
Labels
[Type] Enhancement New feature or request

Comments

@michiecat
Copy link

There are just suggestions for style enhancements of the Reverie theme. Please let me know if I should report this somewhere else. Recently, as part of a project I worked on that used the Reverie theme, I uncovered a few style enhancements to improve the overall readability and would like to share them for consideration to add to the base theme. Here they are:

Slightly increased the font size of post meta and comments link for readability.

The sizes were bumped up to "Medium" in the global styles for these blocks in the Site Editor (originally they were "Small").

**Improved the vertical alignment of the search icon and hamburger menu link in the footer (it was slightly misaligned before) **

.wp-block-search__button svg { vertical-align: middle; }

Reduced the spacing between the top of the page and the start of the content on mobile, which felt too large before.

@media (max-width: 640px) { .top-spacer { display: none; } }

@michiecat michiecat added the [Type] Enhancement New feature or request label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant