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

css: .link-text being displayed in small screen #31

Open
ag2byte opened this issue Dec 7, 2020 · 0 comments
Open

css: .link-text being displayed in small screen #31

ag2byte opened this issue Dec 7, 2020 · 0 comments

Comments

@ag2byte
Copy link

ag2byte commented Dec 7, 2020

because the display property is set to block on hover for .link-text, on small screen it results in a weird transition.
Set it as :
@media (max-width:600px){
.navbar:hover {
width: 100vw;
}
.navbar:hover .link-text {
display: none;
}}

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

1 participant