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