소스 검색

I hate CSS

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
2c67f7ad16
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. +9
    -2
      style.css

+ 9
- 2
style.css 파일 보기

@@ -216,7 +216,9 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
.custom-category-sub {
text-align: center;
margin: 10px;
width: 400px;
width: 500px;
padding: 0px;
margin: 0px;
}

body.light .custom-category {
@@ -285,6 +287,7 @@ body.dark input[type="checkbox"]:checked+
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
width: 500px;
}

@@ -299,12 +302,16 @@ body.dark input[type="checkbox"]:checked+
flex: 1 0 200px;
}

.flex-outer-sub {
padding: 0px;
}

.flex-outer-sub li,
.flex-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 400px;
width: 500px;
}

.flex-outer-sub label,


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