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

079 lesson at 04:50 - display: property is overridden #66

Open
hazartilirot opened this issue Nov 13, 2020 · 1 comment
Open

079 lesson at 04:50 - display: property is overridden #66

hazartilirot opened this issue Nov 13, 2020 · 1 comment

Comments

@hazartilirot
Copy link

hazartilirot commented Nov 13, 2020

Can I ask a question? In the following block display is used twice. Is it correct? I've found VS Code most of the time doesn't highlight some peculiarities like display property in the video....

  &__link,
  &__visited {
    color: var(--color-grey-light-1);
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 1.5rem 3rem;
    
    display: flex; 
    align-items: center;
  
  }
@bzaman
Copy link

bzaman commented Apr 25, 2023

display: block; should not be there

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