NDOJ/templates/actionbar/media-css.html

8 lines
100 B
HTML
Raw Normal View History

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