Quellcode durchsuchen

Fix search box alignment

sbkwgh vor 7 Jahren
Ursprung
Commit
3fca22adae
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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;