funkwhale/front/src/ui/layouts/constrained.vue

19 lines
226 B
Vue

<script setup lang="ts">
</script>
<template>
<main class="main pusher">
<RouterView />
</main>
</template>
<style scoped lang="scss">
main {
padding: 56px 48px;
font-size: 16px;
max-width: 48rem;
}
</style>