Skip to content

Commit

Permalink
fix. propsosal
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Feb 29, 2024
1 parent 6d2d702 commit 85b961f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion web/src/Components/Bridging/BridgeContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ const InputWrapper = styled.div`
display: flex;
flex-direction: column;
background-color: white;
border-radius: 4px 0 4px 4px;
border-radius: 4px;
padding: 1rem;
gap: 10px 0px;
`

const RadioWrapper = styled.div`
Expand Down
4 changes: 2 additions & 2 deletions web/src/Pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { info_circle, open_in_browser } from '@equinor/eds-icons'
const Body = styled.div`
display: flex;
flex-direction: column;
padding-left: 3%;
padding-right: 3%;
padding-left: 1rem;
padding-right: 1rem;
font-family: 'Equinor';
`
const StyledLink = styled.a`
Expand Down

0 comments on commit 85b961f

Please sign in to comment.