mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
🚀 release: v3.0.0
This commit is contained in:
11
apps/client/styles/pages/Dashboard.module.scss
Normal file
11
apps/client/styles/pages/Dashboard.module.scss
Normal file
@ -0,0 +1,11 @@
|
||||
.container {
|
||||
@apply m-4 grid gap-6 sm:mx-6;
|
||||
|
||||
header {
|
||||
@apply flex items-center justify-between;
|
||||
}
|
||||
}
|
||||
|
||||
.resumes {
|
||||
@apply grid grid-cols-1 gap-8 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-6;
|
||||
}
|
||||
Reference in New Issue
Block a user