Merge pull request #1102 from mlorb/ml-sci-2308

Fix screen responsiveness [SCI-2308]
This commit is contained in:
mlorb 2018-04-19 14:55:49 +02:00 committed by GitHub
commit 5f93da27f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,6 +271,7 @@
} }
.btn-default { .btn-default {
margin-left: 15px;
text-align: right; text-align: right;
width: 300px; width: 300px;
} }
@ -348,6 +349,15 @@
margin-left: 83px; margin-left: 83px;
} }
#search-bar {
padding-right: 0;
}
@media (max-width: 768px) {
#search-bar {
padding: 10px 30px;
}
}
// reset margins on small screens // reset margins on small screens
@media (max-width: 1188px) { @media (max-width: 1188px) {