grid css
This commit is contained in:
parent
2e8cc9f387
commit
2fad0b67d2
|
@ -1,3 +1,19 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.container {
|
||||
@apply grid grid-cols-12 mx-auto
|
||||
}
|
||||
|
||||
.header {
|
||||
@apply col-span-12
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@apply col-span-2
|
||||
}
|
||||
|
||||
.content {
|
||||
@apply col-span-10
|
||||
}
|
Loading…
Reference in New Issue