Skip to content

Commit

Permalink
Merge branch 'raptor-img-alignment' into 'main'
Browse files Browse the repository at this point in the history
Fix raptor alignment

See merge request reportcreator/reportcreator!418
  • Loading branch information
MWedl committed Jan 17, 2024
2 parents 103a276 + 74ec386 commit 6d8f681
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/src/components/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,7 @@ defineExpose({
max-width: 50%;
max-height: 40vh;
margin-top: 1rem;
margin-left: auto;
margin-right: auto;
}
</style>
2 changes: 2 additions & 0 deletions frontend/src/pages/notes/personal/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
max-width: 50%;
max-height: 50vh;
margin-top: 20vh;
margin-left: auto;
margin-right: auto;
}
</style>
2 changes: 2 additions & 0 deletions frontend/src/pages/projects/[projectId]/notes/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
max-width: 50%;
max-height: 50vh;
margin-top: 20vh;
margin-left: auto;
margin-right: auto;
}
</style>
4 changes: 3 additions & 1 deletion frontend/src/pages/projects/[projectId]/reporting/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="w-100 d-flex flex-column text-center">
<div class="w-100 text-center">
<img src="~/assets/dino/project.svg" alt="" class="img-raptor" />
<div>
<strong>Start writing report sections and findings</strong>
Expand All @@ -16,5 +16,7 @@
max-width: 50%;
max-height: 50vh;
margin-top: 20vh;
margin-left: auto;
margin-right: auto;
}
</style>

0 comments on commit 6d8f681

Please sign in to comment.