styling small changes

This commit is contained in:
Alireza Ahmadi
2024-02-27 19:53:57 +01:00
parent b0817e9c05
commit 9ba611649c
5 changed files with 11 additions and 10 deletions
+7
View File
@@ -25,3 +25,10 @@ const isMobile = computed( ():boolean =>{
return smAndDown.value
})
</script>
<style>
.v-card-subtitle {
text-align: center;
border-bottom: 1px solid gray;
}
</style>