File tree Expand file tree Collapse file tree 2 files changed +42
-8
lines changed
Expand file tree Collapse file tree 2 files changed +42
-8
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,12 @@ div#portal-colophon {
304304 margin : 0 ;
305305 padding : 15px 0 ;
306306
307+ @media (max-width : 768px ) {
308+ display : grid ;
309+ gap : 0.5rem ;
310+ grid-template-columns : 1fr ; // 1 colonne → éléments empilés
311+ }
312+
307313 li {
308314 color : #fff ;
309315 }
@@ -327,3 +333,18 @@ body.col-content.portaltype-imio-smartweb-portalpage.section-home-page
327333 background-position : bottom -3px center ;
328334 background-size : calc (50% - 100px ) auto ; /* largeur = 100% du bloc moins 50px de chaque côté */
329335}
336+
337+ .mask-menu {
338+ background-color : transparent ;
339+ }
340+
341+ .smartweb_herobanner {
342+ margin-top : -30px ;
343+ }
344+
345+ #portal-header #portal-header-top #portal-logo {
346+ @media (max-width : 768px ) {
347+ margin-top : 0 ;
348+ max-width : 100px ;
349+ }
350+ }
Original file line number Diff line number Diff line change 5656 }
5757
5858 .row {
59- @include media-breakpoint-down (lg) {
60- gap : 20px ;
61- grid-gap : 0 ;
62- display : grid ;
63- grid-auto-rows : 1fr ;
64- grid-template-columns : repeat (auto-fit , minmax (56px , 160px ));
59+ // @include media-breakpoint-down(lg) {
60+ // gap: 20px;
61+ // grid-gap: 0;
62+ // display: grid;
63+ // grid-auto-rows: 1fr;
64+ // grid-template-columns: repeat(auto-fit, minmax(56px, 160px));
6565
66- li {
67- width : auto !important ;
66+ // li {
67+ // width: auto !important;
68+ // }
69+ // }
70+ @media (max-width : 991.98px ) {
71+ #main-container .sectionlinks.quick-access .row {
72+ display : grid ;
73+ gap : 20px ;
74+ grid-template-columns : repeat (2 , minmax (120px , 1fr ));
75+ }
76+ }
77+
78+ @media (max-width : 480px ) {
79+ #main-container .sectionlinks.quick-access .row {
80+ grid-template-columns : 1fr ;
6881 }
6982 }
7083 }
You can’t perform that action at this time.
0 commit comments