Skip to content

Commit

Permalink
Remove general margins
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Jul 22, 2024
1 parent bc1f09b commit 1cc8013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<title>Flotilla</title>
</head>

<body>
<body leftmargin="0px" topmargin="0px">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Pages/FrontPage/FrontPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const StyledFrontPage = styled.div`
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
gap: 3rem;
padding: 15px 8px;
padding: 15px 15px;
background-color: ${tokens.colors.ui.background__light.hex};
`

Expand Down

0 comments on commit 1cc8013

Please sign in to comment.