fix info overlay on small layouts

one row is not enough space; use flex column instead
pull/1234/head
trwnh 2019-05-01 02:15:02 -05:00 zatwierdzone przez GitHub
rodzic c253436808
commit 29e67be45c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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 {