Skip to content

Commit 6103238

Browse files
committed
fixed frontend alignment
1 parent ee4148a commit 6103238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Modals/SaveCourseModal.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export default defineComponent({
7070
@import '@/assets/scss/_variables.scss';
7171
.content-plan {
7272
width: 20rem;
73+
margin-top: 8rem;
7374
}
7475
7576
.modal {
@@ -85,9 +86,10 @@ export default defineComponent({
8586
&-title {
8687
display: flex;
8788
justify-content: space-between;
88-
padding-top: 1rem;
89+
padding-top: 0.6rem;
8990
gap: 0.5rem;
9091
img {
92+
margin-top: 2%;
9193
align-self: flex-start;
9294
}
9395
}

0 commit comments

Comments
 (0)