Some basic tweaks to the mobile UI.

This commit is contained in:
Ryan Breen
2023-02-05 23:07:39 -05:00
parent 51213b4899
commit 843278faef
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./Shared (Extension)/**/*.{html,js}'],
content: ['./Shared*/**/*.{html,js}'],
theme: {
extend: {},
},