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;
|
z-index: 110;
|
||||||
|
|
||||||
.item-title {
|
.item-title {
|
||||||
position: absolute;
|
text-align: center;
|
||||||
width: 100%;
|
|
||||||
text-align: left;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
padding-left: 196px;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
flex: 1;
|
||||||
a {
|
a {
|
||||||
pointer-events: initial;
|
pointer-events: initial;
|
||||||
}
|
}
|
||||||
|
@ -41,6 +39,7 @@
|
||||||
nav {
|
nav {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
white-space: nowrap;
|
||||||
@media screen and (max-width: 799px) {
|
@media screen and (max-width: 799px) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue