Skip to content

Commit

Permalink
fixes layout on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
sonaliTekdi committed Oct 3, 2024
1 parent be61bde commit 24d8ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nulp_elite/src/pages/search/DomainList.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,12 +513,12 @@ const DomainList = ({ globalSearchQuery }) => {
</Box>
</Grid>
<Grid item xs={12} md={10} lg={10}>
<Box className='lg-mt-20'>
<Box className='mt-20'>
{t("LERN_MESSAGE")}
</Box>
</Grid>
<Grid item xs={12} md={2} lg={2}>
<Box className='lg-mt-20'>
<Box className='mt-20'>
{lernUser === 'nulp-lern' ? (
<a class="viewAll">{t("CREATE_CONTENT")}</a>
) : (
Expand Down

0 comments on commit 24d8ba6

Please sign in to comment.