I have a page with @media query max-width 991px
If windows size browser is less than 991px it will display short days of week for mobile
Less than 991px
Sun
Mon
Tues
Wed
Thu
Fri
Sat
If window size is greater than 991px it will display full days of week for computer:
Greater than 991px
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
See my code below, thanks.
How to do to make @media query window size max-width 991px and min-width 991px to functionality.