bst/webapp/style/mobile/uwt-header.css
2023-10-31 00:21:50 -04:00

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;
}
}