Skip to content
Snippets Groups Projects
Commit f2b99244 authored by David Mendez's avatar David Mendez
Browse files

Start to improve style of report cards

parent af7f2830
No related branches found
No related tags found
1 merge request!8Improve layout of report cards and search bar
......@@ -6,7 +6,7 @@
<Logo />
</template>
</MainAppBar>
<v-main>
<v-main class="lowered">
<nuxt />
</v-main>
<Footer />
......@@ -28,3 +28,8 @@ export default {
},
}
</script>
<style scoped>
.lowered {
margin-top: 80px;
}
</style>
Subproject commit cffbfd9f37649e3c7332d97454683ef378367dae
Subproject commit 72841234658e9991a9042c7b32c6e60e7818d0fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment