small css optimizations

This commit is contained in:
FrenchGithubUser
2025-08-19 16:42:37 +02:00
parent 170a2a8675
commit 3ec41fbd56
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ onMounted(() => {
})
</script>
<style>
<style scoped>
#home-page {
display: flex;
justify-content: space-between;

View File

@@ -27,7 +27,7 @@ import { useI18n } from 'vue-i18n'
const { t } = useI18n()
</script>
<style>
<style scoped>
#staff-dashboard {
.p-tablist-tab-list {
display: flex;

View File

@@ -29,7 +29,7 @@ onMounted(() => {
})
</script>
<style>
<style scoped>
.wiki-article {
margin-bottom: 20px;
}