Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
change font size px to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jan 10, 2022
1 parent 2806bdf commit e5d7408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/organisms/OcResource/OcResource.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
isPathDisplayed: {
type: Boolean,
required: false,
default: true,
default: false,
},
/**
* Asserts whether the resource thumbnail should be displayed
Expand Down Expand Up @@ -308,7 +308,7 @@ export default {
}
.text {
font-size: 13px;
font-size: 0.8125rem;
color: var(--oc-color-text-muted);
}
Expand Down

0 comments on commit e5d7408

Please sign in to comment.