Skip to content

Commit

Permalink
Fix stretchy-model
Browse files Browse the repository at this point in the history
  • Loading branch information
esmarkowski committed Mar 11, 2024
1 parent c701b67 commit cf0ad7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,7 @@
float:left;
}
#badges a img {
height: 20px;
}
@media (max-width: 767px) {
#logo, #tag {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ <h3>Cluster Analysis</h3>
<div class="row">
<div class="col-md-12" id="stretchy">
<div class="row">
<div class="col-sm-4">
<div class="col-sm-4 col-sm-offset-1">
<img src="img/stretchy.png" class="stretchy-logo">
</div>
<div class="col-sm-8">
<div class="col-sm-7">
<h3><a href="https://theablefew.github.io/stretchy/#/">stretchy-model</a></h3>
<p>Supercharge your Rails apps with Elasticsearch and Opensearch models for Ruby on Rails</p>
<div class="" id="badges">
Expand Down

0 comments on commit cf0ad7f

Please sign in to comment.