mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-15 23:17:48 +02:00
Fix margins
This commit is contained in:
parent
69e2324d6e
commit
33cfa3f62d
8 changed files with 70 additions and 6 deletions
|
@ -112,4 +112,13 @@ export default {
|
|||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue