title wrap
This commit is contained in:
parent
8633957c77
commit
86238fb3ce
1 changed files with 3 additions and 4 deletions
|
@ -8,12 +8,10 @@
|
|||
z-index: 110;
|
||||
|
||||
.item-title {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
padding-left: 196px;
|
||||
height: 24px;
|
||||
flex: 1;
|
||||
a {
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
@ -41,6 +39,7 @@
|
|||
nav {
|
||||
display: block;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
@media screen and (max-width: 799px) {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue