FredericHeem/starhackit

View on GitHub
client/src/components/Page.js

Summary

Maintainability
A
0 mins
Test Coverage
import styled from "@emotion/styled";

export default () => styled("section")({
    maxWidth: "600px",
    minWidth: "400px",
    width: "100%",
    textAlign: "center"
  });