Skip to content

Commit

Permalink
close #3
Browse files Browse the repository at this point in the history
  • Loading branch information
bestian committed Aug 13, 2024
1 parent c01352d commit 236637b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
router-link(class="item" to="/faq")
i.info.icon
| 常見問題
router-link(class="item" to="/about")
i.user.icon
| 流動塑像
.ui.labeled.icon.menu.fat-only
button.no-border.ui.item(@click="toggleSidebar")
i.icon.bars
Expand Down
6 changes: 5 additions & 1 deletion src/views/Courses.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="pug">
.courses
h1.ui.header 課程
.ui.four.doubling.cards.container
.ui.four.doubling.stackable.cards.container
.ui.card
h4.ui.header Playback初階體驗工作坊
.sub.header 同理心回饋劇初探
Expand Down Expand Up @@ -38,6 +38,10 @@ export default {
padding: 1em;
}
img.card-img {
max-width: 100%;
}
p {
font-size: 18px;
text-align: left;
Expand Down

0 comments on commit 236637b

Please sign in to comment.