diff options
author | HampusM <hampus@hampusmat.com> | 2021-06-11 13:31:07 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-06-11 13:31:07 +0200 |
commit | 7e9433762f51be2c4938481c9c33589982118033 (patch) | |
tree | 9cfc36a1d59ac3c926bfcb2e222449da14cfec5d /packages/client/src/views/RepositoryAbout.vue | |
parent | 55ab996795efdb125437d5728b50d03ac5d2612d (diff) |
Goodbye, Bootstrap & added a button component
Diffstat (limited to 'packages/client/src/views/RepositoryAbout.vue')
-rw-r--r-- | packages/client/src/views/RepositoryAbout.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/client/src/views/RepositoryAbout.vue b/packages/client/src/views/RepositoryAbout.vue index 4b4d700..18855fe 100644 --- a/packages/client/src/views/RepositoryAbout.vue +++ b/packages/client/src/views/RepositoryAbout.vue @@ -1,6 +1,6 @@ <template> - <div class="row mx-0"> - <div class="col ms-4 ps-4 ps-sm-5 mt-3 fs-5 vld-parent"> + <div class="row"> + <div class="col fs-5 vld-parent"> <RepositoryTreeBlob :repository="$router.currentRoute._rawValue.params.repo" path="README.md" :content="readme" v-if="readme" /> @@ -53,6 +53,6 @@ export default { }; </script> -<style lang="scss"> +<style lang="scss" scoped> @import "~vue-loading-overlay/dist/vue-loading.css"; </style> |