mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
style adjustment in footer
This commit is contained in:
parent
ff86af18b2
commit
61bd9f3aa8
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user