Fixed margins in app list (#87)

This commit is contained in:
Ahtisham Shahid
2021-04-22 12:26:53 +05:00
committed by GitHub
parent 83bbb06170
commit dff749d0ab

View File

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