Skip to content

Commit

Permalink
SMA-32: resolve css conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Feb 2, 2024
1 parent bdf4b27 commit 0356c16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/sportsmatch-app/src/styles/MatchInProgress.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap');

.host {
margin-top: 4em;
}
Expand Down
2 changes: 2 additions & 0 deletions frontend/sportsmatch-app/src/styles/MatchUpComing.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap');

.upcoming {
margin-top: 4em;
}
Expand Down
1 change: 0 additions & 1 deletion frontend/sportsmatch-app/src/styles/SportEvent.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap');

* {
font-family: 'Inter', sans-serif;
Expand Down

0 comments on commit 0356c16

Please sign in to comment.