Skip to content

Commit

Permalink
テキストの見た目を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Oct 1, 2024
1 parent 0230e60 commit b731ca0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Base/BaseRowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ defineEmits<{
min-width: 240px;
}
.title {
font-weight: 700;
}
.description {
font-size: 0.75rem;
// TODO: html要素のfont-size指定が16pxになり次第remでの指定に変更する
// font-size: 0.75rem;
font-size: 12px;
}
.control {
Expand Down

0 comments on commit b731ca0

Please sign in to comment.