Skip to content

Commit cd8b8df

Browse files
committed
1 parent ff1cb17 commit cd8b8df

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22
ruby RUBY_VERSION
33

44
# To apply changes, run `bundle update`.
5-
gem "jekyll-theme-amethyst", "2.10.0", group: :jekyll_plugins
5+
gem "jekyll-theme-amethyst", "2.10.1", group: :jekyll_plugins

docs/_sass/custom.scss

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ h3 a {
5151
height: auto;
5252
}
5353

54-
.main iframe {
55-
width: revert-layer;
56-
max-width: 100%;
57-
}
58-
5954
.content figure {
6055
margin: $size-spacing 0;
6156
text-align: center;
@@ -116,6 +111,18 @@ h3 a {
116111
text-decoration: none;
117112
}
118113

114+
/* Home */
115+
116+
.example-result iframe {
117+
width: 100%;
118+
border-radius: 3px;
119+
}
120+
121+
.example-result iframe,
122+
.example-result pre {
123+
height: 360px;
124+
}
125+
119126
/* Browser */
120127

121128
// Discourage selecting to copy/paste because this demonstrates

0 commit comments

Comments
 (0)