Skip to content

Commit 5499c0c

Browse files
Merge pull request #20 from fi-naskoc/fix/margin-width
fix: margin
2 parents f8ef9d3 + 5e3ee6f commit 5499c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
}
3434
.schedule-container {
3535
/* This ensures the container doesn't exceed the width of the viewport */
36-
max-width: 100%;
36+
max-width: 80%;
3737
/* This will help if you have a flex container parent */
38-
width: 100%;
38+
width: 80%;
3939
}
4040

4141
.schedule-image {

0 commit comments

Comments
 (0)