Per Harald Borgen
1 min readJan 14, 2018

--

You need to remove the following:

.container div {
flex: 1;
}
.search {
flex: 1;
}

And also remove the line in bold here:

.logout {
background-color: red;
color: white;
margin-left: auto;
}

Then it’ll work.

--

--

Per Harald Borgen
Per Harald Borgen

Written by Per Harald Borgen

Co-founder of Scrimba, the next-generation coding school.

No responses yet