Skip to content

Commit de15845

Browse files
committed
updated L3-end code
1 parent 5892ead commit de15845

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929
#nav a.router-link-exact-active {
3030
color: #42b983;
3131
}
32+
33+
h4 {
34+
font-size: 20px;
35+
}
3236
</style>

src/components/EventCard.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export default {
1010
props: {
1111
event: {
12-
type: Array,
12+
type: Object,
1313
required: true
1414
}
1515
}
@@ -24,9 +24,7 @@ export default {
2424
border: 1px solid #39495c;
2525
margin-bottom: 18px;
2626
}
27-
.event-card h4 {
28-
font-size: 20px;
29-
}
27+
3028
.event-card:hover {
3129
transform: scale(1.01);
3230
box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);

0 commit comments

Comments
 (0)