This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/resources/css/components/main.css

6 lines
117 B
CSS
Raw Normal View History

2019-04-02 10:39:14 +01:00
@media (min-height: theme('screens.md')) {
main {
@apply tw-flex tw-flex-col tw-justify-center tw-h-full
}
}