Elasticsearch: docs - fix image size

This commit is contained in:
Alexander Bezzubov 2015-12-22 20:11:50 +09:00
parent 243b0d185b
commit b7be4628a1

View file

@ -514,5 +514,9 @@ and (max-width: 1024px) {
}
#menu .navbar-brand {
margin-right: 50px;
margin-right: 50px;
}
.row img {
max-width: 100%;
}