Implements arrow key navigation

This commit is contained in:
Alicia Sykes
2021-04-20 19:54:09 +01:00
parent 5a2bb22207
commit d2f14d3e19
2 changed files with 39 additions and 8 deletions

View File

@@ -181,8 +181,10 @@ export default {
flex-direction: column;
}
&.orientation-vertical {
display: flex;
flex-direction: row;
@include tablet-up {
display: flex;
flex-direction: row;
}
}
/* Specify number of columns, based on screen size */