Adjust main section styling

This commit is contained in:
Oliver Davies 2019-04-02 10:39:14 +01:00
parent 913dcc2c7c
commit 1aa30d92bd
3 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,5 @@
@media (min-height: theme('screens.md')) {
main {
@apply tw-flex tw-flex-col tw-justify-center tw-h-full
}
}