NDOJ/templates/actionbar/media-css.html

8 lines
100 B
HTML
Raw Normal View History

2022-11-17 00:48:32 +00:00
<style>
2023-01-27 23:11:10 +00:00
@media (max-width: 799px) {
.actionbar-text {
display: none;
2022-11-17 00:48:32 +00:00
}
2023-01-27 23:11:10 +00:00
}
2022-11-17 00:48:32 +00:00
</style>