mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix: Increase margin of header and ruler for better legibility
fix: Margin of H3 H4 HR was set to zero by reset.css. This was causing problem in readability.
This commit is contained in:
parent
1ce43af746
commit
a8b3da30d6
@ -39,3 +39,10 @@ export default {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
hr {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user