소스 검색

Decrease summary-path font size on mobile

bubble
Race, Dale 7 년 전
부모
커밋
499d61161a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/style/_layout.scss

+ 4
- 0
src/style/_layout.scss 파일 보기

@@ -250,6 +250,10 @@
.opblock-summary-path__deprecated
{
font-size: 16px;
@media (max-width: 768px) {
font-size: 12px;
}


display: flex;
flex: 0 3 auto;


불러오는 중...
취소
저장