Use same grid for header as for inspect body

This commit is contained in:
Basti 2018-01-06 15:53:18 +00:00
parent 0ab2e9e732
commit ebbe52c81d
1 changed files with 6 additions and 6 deletions

View File

@ -67,15 +67,15 @@
> header {
height: 4rem;
display: flex;
flex-direction: row;
width: 100%;
display: grid;
grid-template-columns: 1.618fr 3rem 1fr;
nav.breadcrumb-nav {
flex: 1;
}
// nav.breadcrumb-nav {
// }
nav.actions {
flex: 1;
grid-column-start: 3;
text-align: right;
}
}