Skip to content

Commit

Permalink
feat(apollo-example): add border-radius to image
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Aug 11, 2021
1 parent c591244 commit 0ffebf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/example/apollo.vue
Expand Up @@ -89,5 +89,12 @@ export default defineComponent({
.apollo {
padding-top: $navbar-height;
.card {
img {
border-radius: $card-border-radius $card-border-radius 0 0;
width: 100%;
}
}
}
</style>

0 comments on commit 0ffebf4

Please sign in to comment.