@media (min-width: 1024px) {
    .h-full {
        height: 250%;
    }
#app > div.app-inner > footer > div > div.footer-meta.flex.w-full.flex-col.items-center.gap-5 > div.flex.flex-col.w-full.gap-4.items-center.md\:items-start > a {
    margin-bottom: 60px;
}
}
@media (max-width: 767px) {
    .h-full {
        height: 170%;
    }
}