I was wondering if I could pick someone's brain and help me center the logo. I thought it was in .page-header then I tried the .page-header_logo and still can't figure it out.
You can do it in a few ways but probably the simplest would just be to do this:
.page-header {
justify-content: center;
}
Since the page header is already a flex item.