"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
    return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Main = void 0;
const styled_1 = __importDefault(require("@emotion/styled"));
exports.Main = styled_1.default.main `
  padding: ${({ padding }) => padding || 0};
  min-height: 80vh;
`;
//# sourceMappingURL=Main.jsx.map