mirror of
https://github.com/Rate-Limiting-Nullifier/Discreetly.git
synced 2026-01-09 12:37:55 -05:00
14 lines
274 B
Vue
14 lines
274 B
Vue
<template>
|
|
<div class="d-flex flex-column align-content-between">
|
|
<AppHeader />
|
|
<main class="container-fluid align-items-center align-self-stretch">
|
|
<slot />
|
|
</main>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped lang="scss">
|
|
main {
|
|
margin-top: 0.8rem;
|
|
}
|
|
</style> |