Skip to content

Commit c28f736

Browse files
updated styles
1 parent 58ae77c commit c28f736

File tree

20 files changed

+20
-0
lines changed

20 files changed

+20
-0
lines changed

code/13-challenge-problem/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/14-challenge-solution/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/15-data-fetching-example/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/16-added-loader/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/17-loader-in-separate-file/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/18-user-feedback-usenavigation/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/19-returning-responses/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/20-error-handling/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/21-json-helper-function/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

code/22-dynamic-routes-loader/src/components/EventItem.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gap: 1rem;
1515
justify-content: center;
1616
align-items: center;
17+
padding: 0;
1718
}
1819

1920
.actions a,

0 commit comments

Comments
 (0)