Änderungen

Zur Navigation springen Zur Suche springen
46 Bytes hinzugefügt ,  10:16, 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 */
 +
.box-hauptseite-top {
 +
    margin-top: 1em;
 +
}
 +
 +
.box-hauptseite-top h2 {
 +
    text-align: center;
 +
    background-color: #d8e8ff;
 +
    margin-bottom: 0;
 +
    margin-top: 0;
 +
    padding: 0.2em 0.8em;
 +
    border: #8898bf thin solid;
 +
}
 +
 
.spalten {
 
.spalten {
 
     display: flex;
 
     display: flex;
Zeile 17: Zeile 30:  
     width: calc(50% - 0.5em);
 
     width: calc(50% - 0.5em);
 
     margin: 1em 0;
 
     margin: 1em 0;
}
  −
  −
.box-hauptseite-top h2 {
  −
    text-align: center;
  −
    background-color: #d8e8ff;
  −
    margin-bottom: 0;
  −
    margin-top: 0;
  −
    padding: 0.2em 0.8em;
  −
    border: #8898bf thin solid;
   
}
 
}
  

Navigationsmenü