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

Hover effect on blog-logo is slightly off when you visit a Ghost "Page" #23

Closed
meacu1pa opened this issue Jun 30, 2019 · 1 comment
Closed

Comments

@meacu1pa
Copy link

When you create a page in Ghost there is a problem when you visit it and hover over the blog-logo: the appearing red circle is off due to margin applied to top and bottom.

Corresponding CSS rule:

.post-header #blog-logo::before {
    margin: 60px auto;
}

I fixed it manually in assets/css/screen.css to

.post-header #blog-logo::before {
    margin: 0px auto;
}

There were three media queries for different screen sizes so I had to fix it on every appearance of the selector '.post-header #blog-logo:before'.

Wasn't sure if it's the right way to fix it, that's why there's no PR from me 😅

Thanks for your theme!

@mityalebedev
Copy link
Owner

Thanks @domculpa, I just found a time to fix it 😅 😬

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

No branches or pull requests

2 participants