dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit ac1828b5f9 - Show all commits
+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;