Update layout

This commit is contained in:
2020-09-19 20:49:56 +03:00
parent b2d4627650
commit d5068fb6fc
3 changed files with 21 additions and 10 deletions

View File

@@ -3,3 +3,9 @@
<h1>This is an about page</h1>
</div>
</template>
<style scoped>
.about {
background-color: white;
}
</style>