riccardobl 3 년 전
부모
커밋
35ac7b552b
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      static/css/style.less

+ 12 - 0
static/css/style.less

@@ -1410,3 +1410,15 @@ section#showcase {
     }
 
 }
+div#poweredBy{
+    display:flex;
+    align-items: center;
+    justify-content: center;
+    width:100%;padding:3em;text-align: right;
+  }
+  
+  div#poweredBy img{
+    
+    margin:1em;
+    max-height:4em;
+  }