fix text-hide css
This commit is contained in:
parent
1188b9d443
commit
8f8f82f6ad
@ -2155,6 +2155,11 @@ a[title*="pawoo.net"]::after {
|
||||
width: 100%;
|
||||
max-width: $converse_widthpx;
|
||||
}
|
||||
|
||||
nav > .navbar-text > div{
|
||||
font-size: 0px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 993px) {
|
||||
.region_3-on {
|
||||
left: 0px;
|
||||
@ -2203,7 +2208,3 @@ a[title*="pawoo.net"]::after {
|
||||
position: absolute;
|
||||
left: -215px;
|
||||
}
|
||||
|
||||
nav > .navbar-text > div{
|
||||
font-size: 0px;
|
||||
}
|
Reference in New Issue
Block a user