Skip to content

Commit

Permalink
changed px to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanas159 committed Dec 8, 2023
1 parent 51eb9f2 commit e30ac6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
2 changes: 1 addition & 1 deletion components/tools/ToolsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function toolsList({ toolsData }) {
<div className="" data-testid="ToolsList-main" >
{Object.keys(toolsData).map((categoryName, index) => {
if(toolsData[categoryName].toolsList.length > 0) return (
<div className='my-8 scroll-m-[100px]' key={index} id={categoryName}>
<div className='my-8 scroll-m-[6.25rem]' key={index} id={categoryName}>
<Heading typeStyle='heading-md-semibold' className='my-2' >
{categoryName}
</Heading>
Expand Down
39 changes: 13 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e30ac6e

Please sign in to comment.