fix text-hide css

This commit is contained in:
harukin 2019-01-03 08:14:35 +09:00
parent 59bbdf41a3
commit 1188b9d443

View File

@ -2178,7 +2178,7 @@ a[title*="pawoo.net"]::after {
}
nav > .navbar-text > div{
font-size: 0px;
font-size: unset;
}
}
@media screen and (min-width: $converse_widtd) {
@ -2203,3 +2203,7 @@ a[title*="pawoo.net"]::after {
position: absolute;
left: -215px;
}
nav > .navbar-text > div{
font-size: 0px;
}