fix text-hide css
This commit is contained in:
parent
59bbdf41a3
commit
1188b9d443
@ -2178,7 +2178,7 @@ a[title*="pawoo.net"]::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav > .navbar-text > div{
|
nav > .navbar-text > div{
|
||||||
font-size: 0px;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: $converse_widtd) {
|
@media screen and (min-width: $converse_widtd) {
|
||||||
@ -2203,3 +2203,7 @@ a[title*="pawoo.net"]::after {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: -215px;
|
left: -215px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav > .navbar-text > div{
|
||||||
|
font-size: 0px;
|
||||||
|
}
|
Reference in New Issue
Block a user