actu mobile liens

This commit is contained in:
2024-10-04 10:03:35 +02:00
parent 2306b23646
commit 8c481433ef
4 changed files with 12 additions and 63 deletions
+5 -57
View File
@@ -13,10 +13,9 @@
/*!**************************!*\
!*** ./scss/styles.scss ***!
\**************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/***/ (function() {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (__webpack_require__.p + \"./css/bundle.css\");\n\n//# sourceURL=webpack://dev.eql.fr/./scss/styles.scss?");
eval("throw new Error(\"Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\\nExpected expression.\\n ╷\\n328 │ width: auto%;\\n │ ^\\n ╵\\n scss/pages/_actualite.scss 328:41 @import\\n scss/styles.scss 33:9 root stylesheet\");\n\n//# sourceURL=webpack://dev.eql.fr/./scss/styles.scss?");
/***/ }),
@@ -42,65 +41,14 @@ eval("\nconsole.log('salut');\n// menu burger open\n\nvar burger = document.getE
/******/ });
/************************************************************************/
/******/ // The require scope
/******/ var __webpack_require__ = {};
/******/
/************************************************************************/
/******/ /* webpack/runtime/global */
/******/ !function() {
/******/ __webpack_require__.g = (function() {
/******/ if (typeof globalThis === 'object') return globalThis;
/******/ try {
/******/ return this || new Function('return this')();
/******/ } catch (e) {
/******/ if (typeof window === 'object') return window;
/******/ }
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ var scriptUrl;
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
/******/ var document = __webpack_require__.g.document;
/******/ if (!scriptUrl && document) {
/******/ if (document.currentScript)
/******/ scriptUrl = document.currentScript.src;
/******/ if (!scriptUrl) {
/******/ var scripts = document.getElementsByTagName("script");
/******/ if(scripts.length) {
/******/ var i = scripts.length - 1;
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
/******/ }
/******/ }
/******/ }
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
/******/ __webpack_require__.p = scriptUrl;
/******/ }();
/******/
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module can't be inlined because the eval devtool is used.
/******/ __webpack_modules__["./scripts/main.js"](0, {}, __webpack_require__);
/******/ __webpack_modules__["./scripts/extlink.js"](0, {}, __webpack_require__);
/******/ __webpack_modules__["./scripts/main.js"]();
/******/ __webpack_modules__["./scripts/extlink.js"]();
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__["./scss/styles.scss"](0, __webpack_exports__, __webpack_require__);
/******/ __webpack_modules__["./scss/styles.scss"]();
/******/
/******/ })()
;
+3 -2
View File
@@ -101,6 +101,7 @@
top: 0%;
left: 0%;
width: 100%;
overflow: hidden;
display: flex;
flex-flow: row wrap;
}
@@ -1418,7 +1419,7 @@ a {
}
@media (max-width: 810px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .field__item {
width: max-content;
width: auto;
padding-right: 1rem;
}
}
@@ -1460,7 +1461,7 @@ a {
}
@media (max-width: 810px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens .field__item {
width: max-content;
width: auto;
padding-right: 1rem;
}
}
@@ -6,7 +6,7 @@
top: 0%;
left: 0%;
width: 100%;
// overflow: hidden;
overflow: hidden;
display: flex;
flex-flow: row wrap;
;
@@ -321,11 +321,11 @@
padding: 1rem;
@media(max-width:810px){
width: max-content;
width: auto;
padding-right: 1rem;
}
@media (max-width: 568px){
width: 100%;
width: auto%;
}
}
span:nth-of-type(2){
@@ -365,7 +365,7 @@
padding: 1rem;
margin-bottom: 1rem;
@media(max-width:810px){
width: max-content;
width: auto;
padding-right: 1rem;
}
}