Skip to content

Commit

Permalink
Add scoped style in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
yigittosun committed Oct 22, 2023
1 parent 0f8d2cf commit 1d72f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/homepage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default defineComponent({
})
</script>

<style>
<style scoped>
/* For mobile screen */
@media (max-width: 768px) {
.video-js.vjs-default-skin {
Expand Down

0 comments on commit 1d72f38

Please sign in to comment.