add dialog for copy to clipboard fallback (fixes #152)

This commit is contained in:
Henry Dollman
2024-09-02 19:37:44 -04:00
parent aa3866c8ed
commit 202a506485
6 changed files with 105 additions and 17 deletions

View File

@@ -16,12 +16,12 @@ module.exports = {
'2xl': '1400px',
},
},
fontFamily: {
sans: 'Inter, sans-serif',
// body: ['Inter', 'sans-serif'],
// display: ['Inter', 'sans-serif'],
},
extend: {
fontFamily: {
sans: 'Inter, sans-serif',
// body: ['Inter', 'sans-serif'],
// display: ['Inter', 'sans-serif'],
},
screens: {
xs: '425px',
},