Fix margins

This commit is contained in:
advplyr 2022-12-24 12:25:32 -06:00
parent 69e2324d6e
commit 33cfa3f62d
8 changed files with 70 additions and 6 deletions

View file

@ -112,4 +112,13 @@ export default {
methods: {},
mounted() {}
}
</script>
</script>
<style scoped>
p {
margin: 0px;
}
img {
margin: 0px;
}
</style>