소스 검색

change order div front

ouidade 1 개월 전
부모
커밋
d40d483861
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web/themes/custom/colloque2024/css/pages/front.scss

+ 2 - 2
web/themes/custom/colloque2024/css/pages/front.scss

@@ -230,7 +230,7 @@ header {
         order: 4;
        }
     }
-    div:nth-of-type(3){
+    div:nth-of-type(4){
       text-transform: uppercase;
       font-family: 'Mariannebold';
       font-size: 3.5rem;
@@ -242,7 +242,7 @@ header {
         ;
        }
     }
-    div:nth-of-type(4){
+    div:nth-of-type(3){
       text-transform: uppercase;
       grid-column: 5 / span 7;
       grid-row: 1;