fix: css updating for better lisibilty
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 38s
CI / build (push) Failing after 8s
Format / formatting (pull_request) Successful in 5s

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-04-21 15:43:35 +02:00
parent 8b863ee4b1
commit 7c8f3ba36a
6 changed files with 204 additions and 158 deletions

View File

@ -35,14 +35,13 @@
<button type="submit">Ajouter</button>
</form>
</template>
</template>
<script setup lang="ts">
import { ref } from "vue";
import { ref } from "vue";
import { postApi } from "@/services/api.ts";
const project = ref({
idProject: 0,
projectName: "",
creationDate: "",
logo: "to be discussed not yet fixed",
@ -54,6 +53,15 @@
</script>
<style scoped>
h2{
font-size: 1.5rem;
color: #333;
margin-bottom: 1.2rem;
border-bottom: 2px solid #ddd;
padding-bottom: 0.5rem;
}
.add-project-form {
max-width: 500px;
margin: 0 auto;