Skip to content

Commit

Permalink
A little more balanced grid height
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Oct 22, 2023
1 parent aeb05aa commit be58188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/NextUp.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="grid grid-rows-[1fr_3fr] bg-white dark:bg-black">
<div class="grid grid-rows-[2fr_5fr] bg-white dark:bg-black">
<div class="bg-green-100 dark:bg-green-500">
<div class="container mx-auto flex items-center h-full p-y-8">
<div class="min-w-full overflow-x-auto grid grid-cols-[3rem_auto] gap-2">
Expand Down

0 comments on commit be58188

Please sign in to comment.