Commit 5d726f92 authored by Kushal Pandya's avatar Kushal Pandya

Use flex column direction to put footer at bottom

parent 985fc6db
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div class="container"> <div class="container gl-display-flex gl-flex-direction-column">
<h2 class="gl-my-7 gl-font-size-h1 gl-text-center"> <h2 class="gl-my-7 gl-font-size-h1 gl-text-center">
{{ title }} {{ title }}
</h2> </h2>
......
Markdown is supported
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