*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Bump version to v2023.1.4.1

Merged Tsepelakis, Sotirios requested to merge st/dev into master
4 files
+ 9
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -183,7 +183,7 @@ footer {
* Used to form small grid containers; in our case forms a small grid
* for footer logos and navigation wrappers.
*/
.grid {
.grid-container {
display: grid;
grid-template-rows: repeat(2, auto);
grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -232,7 +232,7 @@ footer {
* and links on each row.
*/
@media only screen and (min-width: @tabletBreakpoint) {
.grid {
.grid-container {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
@@ -255,13 +255,13 @@ footer {
* modified (more letters take naturally more space).
*/
@media only screen and (min-width: 1380px) {
footer {
footer {
grid-template-rows: none;
grid-template-columns: none;
grid-auto-flow: column;
justify-content: space-between;
}
.grid {
.grid-container {
grid-template-rows: none;
grid-template-columns: none;
grid-auto-flow: column;
Loading