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

Skip to content
Snippets Groups Projects
Commit 9838e2f4 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Improve logo sizing on small screens

parent d85f82b2
No related branches found
No related tags found
No related merge requests found
...@@ -357,4 +357,14 @@ button.ui.icon.search.button { ...@@ -357,4 +357,14 @@ button.ui.icon.search.button {
.textlogo img { .textlogo img {
width:100px; width:100px;
} }
\ No newline at end of file
.ui.container.grid > * {
flex: auto;
}
#logos .ui.container.grid > * {
flex: 0 0 auto;
min-width: fit-content;
min-width: -moz-fit-content;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment