File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source "https://rubygems.org"
22ruby 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments