college-courses/resources/css/app.css

12 lines
180 B
CSS
Raw Permalink Normal View History

2024-10-15 10:15:40 +03:00
@import "../../vendor/filament/forms/dist/module.esm.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
min-height: 100vh;
max-width: 100vw;
}