Skip to content

Commit

Permalink
Merge branch 'dev' into release/1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Aug 23, 2022
2 parents 36a95ef + 19c8d90 commit c72c5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
.figure img {
border-radius: 0.25rem;
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.figure .caption {
color: #6C6C6C;
.caption-text {
font-style: italic;
margin-top: 0.5rem;
}

pre .c,
Expand All @@ -19,5 +12,5 @@ pre .sd {
.sponsor {
font-size: 0.9em;
line-height: 1.2em;
max-width: 275px;
text-decoration: none;
}
4 changes: 2 additions & 2 deletions docs/_templates/sponsor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a class="sponsor card mt-5" href="https://www.coderedcorp.com/">
<a class="sponsor d-block border rounded p-1 mt-5" href="https://www.coderedcorp.com/">
<div class="row no-gutters">
<div class="col-3">
<img src="https://docs.coderedcorp.com/logo-square-red-128.png" class="w-100" alt=""/>
<img src="https://docs.coderedcorp.com/logo-square-red-128.png" class="w-100 rounded" alt=""/>
</div>
<div class="col-9">
<p class="p-2 m-0">
Expand Down

0 comments on commit c72c5c1

Please sign in to comment.