瀏覽代碼

responsive

ouidade 11 月之前
父節點
當前提交
c780a2b9d2

+ 1 - 1
web/themes/custom/colloque2024/css-compiled/index.css

@@ -1032,7 +1032,7 @@ header {
         display: flex;
         margin: auto;
         margin-left: 1rem; }
-      @media screen and (max-width: 1200px) {
+      @media screen and (min-width: 1200px) {
         header .row #block-renderedsitesettingsblock-2 {
           display: flex; } }
       header .row #block-renderedsitesettingsblock-2 .site_setting_entity {

+ 1 - 1
web/themes/custom/colloque2024/css/components/header/header.scss

@@ -49,7 +49,7 @@ header{
         margin: auto;
         margin-left: 1rem;
       }
-      @media screen and (max-width: 1200px) {
+      @media screen and (min-width: 1200px) {
         display: flex;
         
       }