Update search-results.css

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