소스 검색

responsive page /actualites

ouidade 1 주 전
부모
커밋
fc9112e31e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web/themes/custom/reha/dist/css/bundle.css
  2. 1 1
      web/themes/custom/reha/scss/pages/_actualites.scss

+ 1 - 1
web/themes/custom/reha/dist/css/bundle.css

@@ -3479,7 +3479,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
 @media (max-width: 891px) {
   .page-actualites .view-actus {
     flex-direction: column;
-    width: 100%;
+    width: 90%;
   }
 }
 .page-actualites .view-actus .views-row {

+ 1 - 1
web/themes/custom/reha/scss/pages/_actualites.scss

@@ -15,7 +15,7 @@
         justify-content: space-between;
         @media (max-width:891px) {
             flex-direction: column;
-            width: 100%;
+            width: 90%;
         }
         .views-row{
             width: 28%;