Increase min-width of spirit-info-content in index.html

This commit is contained in:
2025-05-28 19:09:27 +02:00
parent d0c85b26b4
commit cea8c58388

View File

@@ -86,7 +86,7 @@
}
#spirit-info .spirit-info-content {
flex: 1 1 0;
min-width: 200px;
min-width: 300px;
max-width: 520px;
}
}