ig.rizaldy.club/styles/globals.css

13 lines
193 B
CSS
Raw Normal View History

2024-01-31 00:25:25 +07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Somehow tailwind doesn't include this??? */
.aspect-photos {
aspect-ratio: 1 / 1;
}
.aspect-videos {
aspect-ratio: 16 / 9;
}