Browse Source

Design fix

refactor
Hampus Sjöberg 4 years ago
parent
commit
a830dc385e
  1. 2
      frontend/components/Content.ts

2
frontend/components/Content.ts

@ -3,5 +3,5 @@ import styled from "https://esm.sh/styled-components";
export const Content = styled.div`
flex-direction: row;
width: 80%;
max-width: 1423px;
max-width: 1462px;
`;

Loading…
Cancel
Save