armansansd 2 years ago
parent
commit
1df3113a60

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 11 - 4
web/themes/custom/popsu/sass/pages/_themes.scss

@@ -10,10 +10,10 @@
 				padding-left: 1rem;
 			}
 		}
-        @include breakpoint(small down) {
-            text-align: center;
+        // @include breakpoint(small down) {
+        //     text-align: center;
 
-        }
+        // }
         position: absolute;
         
         top: 0;
@@ -307,7 +307,9 @@
     //menu droite
     .block-region-third{
         margin-top: 20rem;
-
+        @include breakpoint(small down) {
+            margin-top: 2rem;
+        }
         #node\:field_evenements_lies{
             article{
                 display: grid;
@@ -338,8 +340,13 @@
                 margin-top: 1rem;
                 display: grid;
                 grid-template-columns: repeat(5, 1fr);
+                
                 column-gap: 1rem;
                 padding: 0 10%;
+
+                @include breakpoint(small down) {
+                    grid-template-columns: repeat(2, 1fr);
+                }
             }
             article{
                 margin-bottom: 1.6rem;

Some files were not shown because too many files changed in this diff