Browse Source

Fix search box alignment

sbkwgh 7 years ago
parent
commit
3fca22adae
1 changed files with 2 additions and 1 deletions
  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;