Adjust main section styling
This commit is contained in:
parent
913dcc2c7c
commit
1aa30d92bd
3 changed files with 10 additions and 4 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
@import 'components/balloon.css';
|
||||
@import 'components/button.css';
|
||||
@import 'components/main.css';
|
||||
|
||||
@tailwind utilities;
|
||||
|
|
5
resources/css/components/main.css
Normal file
5
resources/css/components/main.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
@media (min-height: theme('screens.md')) {
|
||||
main {
|
||||
@apply tw-flex tw-flex-col tw-justify-center tw-h-full
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue