mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2026-01-07 10:09:46 -06:00
small css optimizations
This commit is contained in:
@@ -46,7 +46,7 @@ onMounted(() => {
|
||||
})
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
#home-page {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
@@ -27,7 +27,7 @@ import { useI18n } from 'vue-i18n'
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
#staff-dashboard {
|
||||
.p-tablist-tab-list {
|
||||
display: flex;
|
||||
|
||||
@@ -29,7 +29,7 @@ onMounted(() => {
|
||||
})
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.wiki-article {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user