3 lines
39 B
CSS
3 lines
39 B
CSS
|
p.navbar-item:empty {
|
||
|
display: none;
|
||
|
}
|