소스 검색

Docs: Fixed language navigation in small screens.

Mr.doob 7 년 전
부모
커밋
0c4f797afb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/index.css

+ 1 - 1
docs/index.css

@@ -174,7 +174,7 @@ iframe {
 	#content {
 		position: absolute;
 		left: 0;
-		top: 90px;
+		top: 120px;
 		right: 0;
 		bottom: 0;
 		font-size: 17px;

粤ICP备19079148号