fix info overlay on small layouts
@@ -124,6 +124,14 @@ body, button, input, textarea {
.info-overlay:hover .info-overlay-text {
display: flex;
+ h5 {
+ display: flex;
+ flex-flow: column;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ height: 100%;
+ }
}
.info-overlay-text {