Skip to content

Commit

Permalink
updated Bosch logo
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
thjaeckle committed Mar 29, 2019
1 parent 65b506e commit 4def1ca
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions documentation/src/main/resources/css/theme-ditto.css
Expand Up @@ -140,3 +140,21 @@ li.sidebarTitle {
.info-container .row .panel .panel-body {
height: 12em;
}

@media (max-width: 1199px) {
.info-container .row .panel .panel-body {
height: 14em;
}
}

@media (max-width: 990px) {
.info-container .row .panel .panel-body {
height: 12em;
}
}

@media (max-width: 767px) {
.info-container .row .panel .panel-body {
height: auto;
}
}
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion documentation/src/main/resources/index.html
Expand Up @@ -82,7 +82,7 @@ <h2>Who's using Eclipse Ditto?</h2>
</div>
<div class="col-sm-3 user-logo">
<a href="https://www.bosch-iot-suite.com/service/things/">
<img src="{{ "images/user-logos/bosch-brand-white.png" }}">
<img src="{{ "images/user-logos/bosch-logo-white.png" }}">
</a>
</div>
<div class="col-sm-3 user-logo">
Expand Down

0 comments on commit 4def1ca

Please sign in to comment.