infinity-forge
Version:
14 lines • 1.61 kB
JavaScript
"use strict";
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.FavoritePage = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.FavoritePage = (0, styled_components_1.default)('section')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n h2 {\n width: 100%;\n display: block;\n text-align: center;\n margin-bottom: 35px;\n }\n\n @media only screen and (max-width: 1600px) {\n margin-bottom: 30px;\n }\n\n @media only screen and (max-width: 1400px) {\n margin-bottom: 25px;\n }\n\n @media only screen and (max-width: 1200px) {\n margin-bottom: 20px;\n }\n\n @media only screen and (max-width: 1024px) {\n margin-bottom: 15px;\n }\n"], ["\n h2 {\n width: 100%;\n display: block;\n text-align: center;\n margin-bottom: 35px;\n }\n\n @media only screen and (max-width: 1600px) {\n margin-bottom: 30px;\n }\n\n @media only screen and (max-width: 1400px) {\n margin-bottom: 25px;\n }\n\n @media only screen and (max-width: 1200px) {\n margin-bottom: 20px;\n }\n\n @media only screen and (max-width: 1024px) {\n margin-bottom: 15px;\n }\n"])));
var templateObject_1;
//# sourceMappingURL=styles.js.map