mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
style: Update CSS classes for video aspect ratio
- Updated CSS classes in grid_info.blade.php to use 'aspect-video' for maintaining video aspect ratio styling.
This commit is contained in:
@@ -35,9 +35,6 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
},
|
||||
corePlugins: {
|
||||
aspectRatio: false,
|
||||
},
|
||||
variants: {
|
||||
extend: {
|
||||
textColor: ['group-hover'],
|
||||
@@ -45,7 +42,6 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
require('flowbite/plugin'),
|
||||
require('@tailwindcss/aspect-ratio'),
|
||||
require('tailwind-capitalize-first-letter'),
|
||||
require('@tailwindcss/typography'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user