Fix leftHeader alignement issue
This commit is contained in:
parent
ecf0ee0c34
commit
b56cc14a1b
1 changed files with 4 additions and 3 deletions
|
@ -133,10 +133,11 @@
|
|||
}
|
||||
|
||||
.headerLeft {
|
||||
display: flex;
|
||||
display: flex;justify-content: left;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
overflow: hidden
|
||||
overflow: hidden;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.sectionTabs {
|
||||
|
@ -530,7 +531,7 @@
|
|||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
justify-content: left;
|
||||
@media all and (min-width:31.25em) {
|
||||
.mobileDetails {
|
||||
display: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue