update styling:

This commit is contained in:
Casey 2025-11-07 15:04:22 -06:00
parent 5b3a6655cd
commit b5adab5786
3 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<template>
<div>
<div class="page-container">
<H2>Client Contact List</H2>
<div id="filter-container" class="filter-container">
<button @click="onClick" id="add-customer-button" class="interaction-button">
@ -199,4 +199,8 @@ onMounted(async () => {
});
});
</script>
<style lang="css"></style>
<style lang="css">
.page-container {
height: 100%;
}
</style>