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