bit shorter max width on mobile categories
This commit is contained in:
parent
0503599de7
commit
3fcde72656
|
@ -62,7 +62,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.category a {
|
.category a {
|
||||||
max-width: 200px;
|
max-width: 160px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue