소스 검색

fix pos article mobile

Kevin 4 년 전
부모
커밋
050a570806

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
user/themes/lecampus/css-compiled/theme.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
user/themes/lecampus/css-compiled/theme.min.css


+ 1 - 0
user/themes/lecampus/scss/theme/_blog.scss

@@ -254,6 +254,7 @@
           overflow: hidden;
           display: inline-flex;
           justify-content: center;
+          max-height: 250px;
           img{
             display: inline-block;
             width: 100%;

+ 0 - 1
user/themes/lecampus/scss/theme/_mobile.scss

@@ -552,7 +552,6 @@
         & > a{
           grid-template-columns: 100%!important;
           grid-column-gap: 0!important;
-          grid-template-rows: 100%!important;
           .card-image{
             img{
               width: 100%!important;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.