Skip to content

Commit

Permalink
Merge pull request #5784 from Aarya01Patil/badgeSpacingIssue
Browse files Browse the repository at this point in the history
Added spacing on Recognition page between Badges
  • Loading branch information
sudhanshutech committed Aug 6, 2024
2 parents cfe61be + e4a5ae0 commit bc8f60e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sections/Community/Handbook/recognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const contents = [
const badgeStyle = {
height: "25px",
width: "25px",
marginRight: "5px",
verticalAlign: "middle",
marginRight: "1rem",
};

const badgeListStyle = {
Expand All @@ -61,7 +61,6 @@ const badgeListStyle = {
const recognitionsstyle = {
marginBottom: "0.5rem",
};

const RecognitionPage = () => {
return (
<HandbookWrapper>
Expand Down

0 comments on commit bc8f60e

Please sign in to comment.