Fix content selection title

This commit is contained in:
Chocobozzz 2019-11-14 12:00:40 +01:00
parent 68e8cbf361
commit c018f279cd
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -68,7 +68,7 @@
display: flex; display: flex;
.title-small-screens { .title-small-screens {
display: none; display: none !important;
} }
.title { .title {
@ -139,7 +139,7 @@
flex-direction: column; flex-direction: column;
.title-small-screens { .title-small-screens {
display: inherit; display: inherit !important;
margin-bottom: 5px; margin-bottom: 5px;
} }