Skip to content

Commit

Permalink
docs: fix title overlapping closes #3293
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed May 8, 2021
1 parent 7ae483e commit b778970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/ContentWrapper.vue
Expand Up @@ -47,7 +47,7 @@ export default {
h3,
h4,
h5 {
@apply font-semibold my-8 relative inline-block;
@apply font-semibold my-8 relative w-max;
transform: translateX(2ch);
&::before {
@apply absolute text-accent-800;
Expand Down

0 comments on commit b778970

Please sign in to comment.