Vorlage:Hauptseite/style.css: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
   max-width: 1200px;
   max-width: 1200px;
   margin: 0 auto;
   margin: 0 auto;
   padding: 0 0.25rem;
   padding: 0;
   box-sizing: border-box; /* Wichtig! */
   box-sizing: border-box; /* Wichtig! */
}
}
Zeile 221: Zeile 221:
@media screen and (max-width: 1240px) {
@media screen and (max-width: 1240px) {
   .container {
   .container {
     padding: 0 1.25rem;
     padding: 0 0.25rem;
   }
   }


Zeile 231: Zeile 231:
@media screen and (max-width: 900px) {
@media screen and (max-width: 900px) {
   .box-content {
   .box-content {
     padding: 0.8rem 1rem;
     padding: 0.8rem 1.25rem;
   }
   }


Zeile 243: Zeile 243:
   .content-grid {
   .content-grid {
     grid-template-columns: 1fr;
     grid-template-columns: 1fr;
  }
  .container {
    padding: 0 1rem;
   }
   }


Zeile 285: Zeile 281:
}
}


 
/* Drucker */
/* Print Styles */
@media print {
@media print {
   .container {
   .container {