See for yourself:
Or just try it yourself by minimising your window, and dragging it left to right.
For those who don't see the problem yet...
If you look back slowly, the "Legal Information" text leaks out onto the Profile Icon, the second phase of the text buttons leaves a huge automatic...
I just think that it would look better that way...
I already coded an example myself with the inspect tool...
BEFORE:
CSS code:
.p-header-logo {
vertical-align: middle;
margin-right: auto;
}
.p-header-content {
padding: 4px 0;
display: flex;
flex-wrap: wrap...