Skip to content

Commit

Permalink
Fixes to tutorial card images (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Sep 16, 2021
1 parent e6a0ca6 commit 2e6d4a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions pt_lightning_sphinx_theme/static/css/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions scss/_sphinx_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1007,18 +1007,20 @@ a:hover {
top: 0px;
right: 0px;
height: 96px;
width: 96px;
opacity: 0.7;
img {
height: 100%;
width: 100%;
}

@include desktop {
height: 100%;
height: 198px;
width: 198px;
}

@include small-desktop {
height: 100%;
height: 198px;
width: 198px;
}

Expand Down

0 comments on commit 2e6d4a8

Please sign in to comment.