Skip to content

Commit f3c629c

Browse files
Merge pull request #21 from fi-naskoc/fix/margin-width
fix: margin
2 parents 5499c0c + e14e829 commit f3c629c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/components/root/page-schedule/page-schedule.component.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
display: block;
4848
/* Adds some space between the images */
4949
margin-bottom: 1rem; /* Adjust as needed */
50+
/* This will center the image horizontally */
51+
margin-left: auto;
52+
margin-right: auto;
5053
}
5154
}
5255

0 commit comments

Comments
 (0)