Skip to content

Commit

Permalink
Merge pull request #311 from equinor/fix/guidelines-gap
Browse files Browse the repository at this point in the history
Fix gap in Guidelines.Section
  • Loading branch information
mariush2 authored Oct 13, 2023
2 parents ca459dc + 5a2a4e3 commit 4120f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/amplify-components",
"version": "5.1.0",
"version": "5.1.1",
"description": "Frontend Typescript components for the Amplify team",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions src/components/Navigation/TopBar/Guidelines/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const Container = styled.div`
> section {
display: flex;
flex-direction: column;
margin-top: ${spacings.comfortable.large};
margin-bottom: ${spacings.comfortable.xxx_large};
margin-bottom: ${spacings.comfortable.large};
gap: ${spacings.comfortable.medium};
margin-left: ${spacings.comfortable.medium_small};
}
Expand Down

0 comments on commit 4120f1f

Please sign in to comment.