Skip to content

Commit

Permalink
Fix white front page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Dec 5, 2024
1 parent c9399b3 commit f14103a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Pages/FrontPage/FrontPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { tokens } from '@equinor/eds-tokens'
import { MissionControlSection } from './MissionOverview/MissionControlSection'

const StyledFrontPage = styled.div`
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
display: flex;
flex-direction: column;
gap: 3rem;
padding: 15px 15px;
background-color: ${tokens.colors.ui.background__light.hex};
Expand Down

0 comments on commit f14103a

Please sign in to comment.