style adjustment in footer

This commit is contained in:
Kamila 2024-07-22 09:44:40 +02:00
parent ff86af18b2
commit 61bd9f3aa8

View File

@ -32,17 +32,16 @@
import CONFIG from '../config'
import { BTr } from 'bootstrap-vue-next'
const year = new Date().getFullYear()
const version = CONFIG.APP_VERSION
const hash = CONFIG.BUILD_COMMIT
const shortHash = CONFIG.BUILD_COMMIT_SHORT
</script>
<style scoped>
<style lang='scss' scoped>
.content-footer{
display: flex;
align-items: center;
justify-content: center;
justify-content: center;
}
</style>