소스 검색

Fix search box alignment

sbkwgh 7 년 전
부모
커밋
3fca22adae
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      frontend/src/components/routes/NotFound.vue

+ 2 - 1
frontend/src/components/routes/NotFound.vue

@@ -54,11 +54,12 @@
 		}
 
 		@at-root #{&}__search_box {
+			display: inline-table;
 			margin-left: 0.5rem
 		}
 	}
 
-	@media (max-width: 420px) {
+	@media (max-width: 525px) {
 		.not_found {
 			@at-root #{&}__title {
 				font-size: 2.5rem;