@MrBanh wrote:
Hi @Data-Mastery,
I just want to say, you are making great progress. You’re already applying scss! And to answer your question, I see that you set a
height: 50px;
to yourheader__logo
, which contains your image. As for the flex items, you’ll see that your ul (header__tabs
) does not have a height specified, and, by default, its height is set toauto
. If the height is set toauto
, the browser will automatically calculate the height of yourul
based on its contents. Try setting yourheader__tabs
's height to 50px and change your li’s padding topadding: 0 2rem;
and addline-height: 50px;
to your li.For your second question, do you have a website/course that you can link so we can see if it happens on our end?