We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f7704 commit 6bdfeaaCopy full SHA for 6bdfeaa
usehooks.com/src/components/HookDescription.astro
@@ -43,7 +43,7 @@ const { name } = Astro.props;
43
}
44
45
.callout {
46
- margin-top: 1rem;
+ margin: 1rem 0 1.5rem;
47
align-self: start;
48
padding: 1.5rem;
49
padding-bottom: 0;
@@ -76,6 +76,7 @@ const { name } = Astro.props;
76
@media screen and (min-width: 811px) {
77
78
max-width: var(--callout-width);
79
+ margin-bottom: 0;
80
81
82
</style>
0 commit comments