Skip to content
Snippets Groups Projects
Commit 87a1d237 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: adding padding to make form look nice

parent b2336700
No related branches found
No related tags found
1 merge request!71Feat/redesign roadmap
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,6 @@ const createGoalClick = async () => {
targetDate: date.value + " 00:00:00.000000000",
};
console.log(createGoalPayload)
try {
let response = await GoalService.createGoal({ requestBody: createGoalPayload });
......@@ -85,5 +84,7 @@ const createGoalClick = async () => {
.col-lg-8 {
width: 63%;
margin-top: 50px;
padding-right: 56px;
padding-bottom: 28px;
}
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment