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

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

View file

@ -92,3 +92,12 @@ export default {
mounted() {}
}
</script>
<style scoped>
p {
margin: 0px;
}
img {
margin: 0px;
}
</style>

View file

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

View file

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

View file

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

View file

@ -86,3 +86,12 @@ export default {
mounted() {}
}
</script>
<style scoped>
p {
margin: 0px;
}
img {
margin: 0px;
}
</style>

View file

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

View file

@ -4,7 +4,8 @@ module.exports = {
content: [
'./pages/**/*.{html,js,vue}',
'./components/**/*.{html,js,vue}',
'./layouts/**/*.{html,js,vue}'
'./layouts/**/*.{html,js,vue}',
'./content/**/*.{md,vue}'
],
theme: {
extend: {