bugmenot
Still Fresh
I just think that it would look better that way...
I already coded an example myself with the inspect tool...
BEFORE:
CSS code:
AFTER:
CSS code:
What do any of you think?
I already coded an example myself with the inspect tool...
BEFORE:
CSS code:
CSS:
.p-header-logo {
vertical-align: middle;
margin-right: auto;
}
.p-header-content {
padding: 4px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 100%;
}
AFTER:
CSS code:
CSS:
.p-header-logo {
vertical-align: middle;
}
.p-header-content {
padding: 4px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
max-width: 100%;
}
What do any of you think?
Last edited: