Implementierung Fachbereichsseiten (#305)
Schließt #182 Basis-Implementierung der Fachbereichsseiten mit Layout/Menüeinbindung, Inhalt aller Fächer, WoU-Seiten, Umstrukturierung der Begabtenförderung Co-authored-by: GCG.Admin (Automatisiert) <admin@cantor-gymnasium.de> Reviewed-on: #305
This commit is contained in:
@ -268,7 +268,7 @@ textarea.form-control {
|
||||
border-color: var(--gcg-color-primary);
|
||||
}
|
||||
|
||||
.content *:not(details, details > *, .shortcode *) {
|
||||
.content *:not(details, details > *, .shortcode *, .alert *) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@ -388,9 +388,6 @@ details[open] summary {
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
}
|
||||
|
||||
.fb-tile-color {
|
||||
@ -945,6 +942,8 @@ link:focus,
|
||||
|
||||
.navbar .dropdown-item {
|
||||
text-align: center;
|
||||
text-wrap: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.feature-blocks {
|
||||
|
Reference in New Issue
Block a user