Skip to content

Commit

Permalink
fixing .px-lg
Browse files Browse the repository at this point in the history
  • Loading branch information
ropdias committed Jul 4, 2024
1 parent fa59dab commit 855c165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<div class="container even-columns">
<h2>Lado A</h2>
<h2>Lado B</h2>
<h2>Lado C</h2>
<h2>Lado D</h2>
<h2>Lado E</h2>
<h2>Lado F</h2>
</div>
</header>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/utility.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.px-lg {
padding-block: var(--px-lg);
padding-inline: var(--px-lg);
}

.container {
Expand Down

0 comments on commit 855c165

Please sign in to comment.