Fixed header margin (#79)

This commit is contained in:
AsadAzam
2021-04-14 15:57:02 +05:00
committed by GitHub
parent 17b158350f
commit 87aec4a28a

View File

@@ -40,7 +40,7 @@ function AppList({ courseId, intl }) {
return (
<div className="m-5">
<h3 className="my-4">
<h3 className="my-5">
{intl.formatMessage(messages.heading)}
</h3>
<CardGrid
@@ -60,7 +60,7 @@ function AppList({ courseId, intl }) {
))}
</CardGrid>
<h3 className="my-3">
<h3 className="my-5">
{intl.formatMessage(messages.supportedFeatures)}
</h3>