infinity-forge
Version:
14 lines • 2.68 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.ListBlog = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.ListBlog = (0, styled_components_1.default)('section')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n padding: 100px 0;\n overflow-x: hidden;\n\n .swiper {\n padding: 4px 0px 30px;\n\n .swiper-pagination {\n bottom: 0;\n }\n }\n\n .blog-title {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 27px;\n\n a {\n width: 100%;\n max-width: 313px;\n height: 2.5vw;\n min-height: 36px;\n border: 1px solid black;\n border-radius: 100rem;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n @media only screen and (max-width: 900px) {\n .container {\n max-width: 100vw;\n padding: 0;\n margin: 0;\n }\n\n .blog-title {\n max-width: 80%;\n margin: 0 auto 20px;\n\n a {\n max-width: 200px;\n }\n }\n }\n\n @media only screen and (max-width: 400px) {\n .blog-title {\n max-width: 90%;\n\n a {\n max-width: 160px;\n }\n }\n }\n"], ["\n width: 100%;\n padding: 100px 0;\n overflow-x: hidden;\n\n .swiper {\n padding: 4px 0px 30px;\n\n .swiper-pagination {\n bottom: 0;\n }\n }\n\n .blog-title {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 27px;\n\n a {\n width: 100%;\n max-width: 313px;\n height: 2.5vw;\n min-height: 36px;\n border: 1px solid black;\n border-radius: 100rem;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n @media only screen and (max-width: 900px) {\n .container {\n max-width: 100vw;\n padding: 0;\n margin: 0;\n }\n\n .blog-title {\n max-width: 80%;\n margin: 0 auto 20px;\n\n a {\n max-width: 200px;\n }\n }\n }\n\n @media only screen and (max-width: 400px) {\n .blog-title {\n max-width: 90%;\n\n a {\n max-width: 160px;\n }\n }\n }\n"])));
var templateObject_1;
//# sourceMappingURL=styles.js.map