Änderungen

21 Bytes hinzugefügt ,  10:08, 24. Jun. 2021
keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:  
body.page-Hauptseite h1 { display: none; }
 
body.page-Hauptseite h1 { display: none; }
 
/* Boxen Hauptseite */
 
/* Boxen Hauptseite */
 +
.spalten {
 +
    display: flex;
 +
    justify-content: space-between;
 +
    flex-wrap: wrap;
 +
    margin: 1em 0;
 +
}
 +
 +
.spalte-1-1 {
 +
    width: 100%;
 +
    margin: 1em 0;
 +
}
 +
 +
.spalte-1-2 {
 +
    width: calc(50% - 0.5em);
 +
    margin: 1em 0;
 +
}
 +
 
.box-hauptseite-top h2 {
 
.box-hauptseite-top h2 {
 
     text-align: center;
 
     text-align: center;
Zeile 20: Zeile 37:  
     border-right: #8898bf thin solid;
 
     border-right: #8898bf thin solid;
 
     border-left: #8898bf thin solid;
 
     border-left: #8898bf thin solid;
}
  −
  −
.spalten {
  −
    display: flex;
  −
    justify-content: space-between;
  −
    margin: 1em 0;
  −
}
  −
  −
.spalte-1-1 {
  −
    width: 100%;
  −
    margin: 1em 0;
  −
}
  −
  −
.spalte-1-2 {
  −
    width: calc(50% - 0.5em);
  −
    margin: 1em 0;
   
}
 
}