Skip to content

Commit f9172d5

Browse files
refactor: unify largeEventCard.module.scss files (pure refactor)
make identical: - apps/*/src/domain/event/eventCard/largeEventCard.module.scss files Unnecessary "margin-top: auto" lines that were overridden by the lines below them were removed. AFAIK this should not affect anything. refs LIIKUNTA-455
1 parent 9bb9ca7 commit f9172d5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/hobbies-helsinki/src/domain/event/eventCard/largeEventCard.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
order: 7;
116116
display: flex;
117117
flex-wrap: wrap;
118-
margin-top: auto;
119118
margin-top: var(--spacing-s);
120119

121120
@include respond_above(s) {

apps/sports-helsinki/src/domain/event/eventCard/largeEventCard.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
order: 7;
116116
display: flex;
117117
flex-wrap: wrap;
118-
margin-top: auto;
119118
margin-top: var(--spacing-s);
120119

121120
@include respond_above(s) {

0 commit comments

Comments
 (0)