Don't show indicators on mobile

This commit is contained in:
Justin Edmund 2023-08-23 23:39:48 -07:00
parent 84826a8f32
commit e8b94eeaea

View file

@ -11,6 +11,10 @@
width: 100%;
opacity: 1;
@include breakpoint(phone) {
padding-bottom: $unit-2x;
}
&.visible {
transition: opacity 0.3s ease-in-out;
opacity: 1;
@ -358,6 +362,10 @@
justify-content: center;
opacity: 0;
@include breakpoint(phone) {
display: none;
}
li {
flex-grow: 1;
text-indent: -9999px;