Skip to content

Commit

Permalink
Made Navigation buttons show longer
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Oct 7, 2023
1 parent 03e95ea commit efb4d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationButtons.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="grid grid-cols-2 gap-4 sm:hidden">
<section class="grid grid-cols-2 gap-4 md:hidden">
<div
v-for="item in navItems"
:key="item[0]"
Expand Down

0 comments on commit efb4d85

Please sign in to comment.