Skip to content

Commit

Permalink
fix layout grid/add position top left to bg card image
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunmackey committed Jan 6, 2024
1 parent b771f18 commit 916f7f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/zen.css

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

2 changes: 1 addition & 1 deletion dist/zen.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zen.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zen.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/layout-grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h3>Multiple Containers as columns</h3>
<a href="#" class="title accordion-toggle" aria-expanded="false" aria-controls="content3a"><i class="zenicon-build-circle down-1"></i> Code Example</a>
<div id="content3a" class="expanded-content full-height p-0" aria-hidden="true">
<pre class="copy-text square"><code class="language-html">&lt;z-container&gt;
&lt;z-row class="gap-0"&gt;
&lt;z-row class="mobile:gap-0"&gt;
&lt;z-container&gt;
&lt;z-row&gt;
&lt;z-col class="theme-light"&gt;1&lt;/z-col&gt;
Expand Down
1 change: 1 addition & 0 deletions scss/core/_formatting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ $heights: 100 200 300 400 500;
width: 100%;
height: 100%;
z-index: 0;
object-position: top left;
}

//----------------------------------------------------
Expand Down

0 comments on commit 916f7f0

Please sign in to comment.