7 lines
255 B
CSS
7 lines
255 B
CSS
@media (max-width: 1000px)
|
|
{
|
|
body > div.uwt-header > a > span.uwt-title, body > form > div.uwt-header > a > span.uwt-title, body > div.uwt-header > div > a > span.uwt-title, body > form > div.uwt-header > div > a > span.uwt-title
|
|
{
|
|
display: none;
|
|
}
|
|
} |