Home › Forums › CSS › Jumping block › Reply To: Jumping block
October 4, 2019 at 4:06 am
#296903
Member
It seems to me that the div holding your logo is changing size based on teh size of the text in the sibling div.
You need to make this consistent.
At the moment it’s allowed to shrink
.main-page .logo {
-webkit-flex: 0 1 176px;
flex: 0 1 176px;
position: relative;
z-index: 1;
margin-right: 55px;
}
I’d suggest making the flex-shrink
value 0