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

Vertically center Appbar title #55

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

TheZoker
Copy link

On smaller devices, the title within the Appbar is not centerd:
image

This PR removes the margin-bottom: 0 from the title, so it is vertically centerd again:
image

@fr0tt fr0tt changed the base branch from master to dev January 19, 2023 09:36
Copy link
Owner

@fr0tt fr0tt left a comment

Choose a reason for hiding this comment

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

Thanks, appreciate it !
You're right, but I think on mobile mb-0 looks a tiny little bit better.
I suggest instead of mb-0 my-auto this mt-auto mb-0 md:mb-auto

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.

2 participants