6 lines
117 B
CSS
6 lines
117 B
CSS
@media (min-height: theme('screens.md')) {
|
|
main {
|
|
@apply tw-flex tw-flex-col tw-justify-center tw-h-full
|
|
}
|
|
}
|