Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Bumping stencil dep to integrate fedorov changes
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Jul 31, 2023
1 parent 6ef11f9 commit 8984a9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/boggydigital/kvas v0.3.26
github.com/boggydigital/middleware v0.1.10
github.com/boggydigital/nod v0.1.20
github.com/boggydigital/stencil v0.1.71
github.com/boggydigital/stencil v0.1.72
github.com/boggydigital/yt_urls v0.1.19
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
golang.org/x/text v0.7.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ github.com/boggydigital/stencil v0.1.70 h1:umt5lAJFjiM2Fbwcvh1de/C91GZLOFtiimdim
github.com/boggydigital/stencil v0.1.70/go.mod h1:TV479DEX+KyGMkAzAiUDtjk/v78jJlPpLw1zQ/b3p/I=
github.com/boggydigital/stencil v0.1.71 h1:S2zEB77/jTF4o1ysI3Gf6TzMtRUSDt89rLi/eiZowG4=
github.com/boggydigital/stencil v0.1.71/go.mod h1:TV479DEX+KyGMkAzAiUDtjk/v78jJlPpLw1zQ/b3p/I=
github.com/boggydigital/stencil v0.1.72 h1:P9I3FoWjbEWxO1Csh3NDVu2G/lXSCoYaqy0BKVMEoG4=
github.com/boggydigital/stencil v0.1.72/go.mod h1:TV479DEX+KyGMkAzAiUDtjk/v78jJlPpLw1zQ/b3p/I=
github.com/boggydigital/testo v0.1.7 h1:Sa5GIAwCyQNeGGXi8XgVpIpLQqWVeqBKQRcv0gkL098=
github.com/boggydigital/wits v0.2.3 h1:Z0eB+QlIA18fJmblyV6ZJQ/swPYSFhOxfgMXOQz4/c8=
github.com/boggydigital/wits v0.2.3/go.mod h1:aR/z0vfMLtg0b4hcts0qiSTZcA51O8A2N3U9laqd2Lc=
Expand Down
11 changes: 0 additions & 11 deletions stencil_app/styles/css.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,10 @@

/* Items */

#item .image {
aspect-ratio: 1600 / 740;
width: 100%;
max-height: 370px;
display: flex;
justify-content: center;
margin-block-start: var(--normal);
}

#item .image img {
width: 100%;
max-width: var(--product-details-width);
line-height: 0;
border-radius: var(--border-radius);
background-color: var(--highlight-color);
}

@media only screen and (max-width: 800px) {
Expand Down

0 comments on commit 8984a9a

Please sign in to comment.