Minor improvements for small screens

This commit is contained in:
Christoph Wiechert
2017-05-09 00:34:12 +02:00
parent f6c2b07a4f
commit e5cd6c581f
2 changed files with 5 additions and 3 deletions

View File

@@ -53,7 +53,9 @@
overflow-x: auto;
overflow-y: scroll;
}
.modal-fluid {
width: 90%;
@media (min-width: 768px) {
.modal-fluid {
width: 90%;
}
}
</style>