Update search-results.css

This commit is contained in:
NOrtmann1
2026-05-28 22:49:30 +02:00
parent ac1828b5f9
commit f21d819c77
+1 -1
View File
@@ -5,7 +5,7 @@ CSS für die Suchergebnis-Seite
.s-res-layout-grid { .s-res-layout-grid {
box-sizing: border-box; box-sizing: border-box;
max-width: 95%; /* Nutzt jetzt 95% der Bildschirmbreite statt starrer Pixel */ max-width: 95%; /* Nutzt jetzt 95% der Bildschirmbreite statt starrer Pixel */
width: 1000px; /* Erhöht das Limit für extrem große Monitore von 1200px auf 1600px */ width: 95%; /* Erhöht das Limit für extrem große Monitore von 1200px auf 1600px */
margin: 2rem auto; margin: 2rem auto;
padding: 0 1rem; padding: 0 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;