Skip to content

Reverie: Suggested style enhancements #7720

Open

Description

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; } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions