Skip to content

Commit

Permalink
refactor(site): fix for classes specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 19, 2024
1 parent ce9d76b commit 1c500f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/src/common/accordion.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

margin-bottom: 0.5em;

&-body {
& &-body {
flex: 1 1 auto;
padding: 1.25rem;
}

&-header {
& &-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;

Expand Down
2 changes: 1 addition & 1 deletion site/views/overview/02-core/03-Tag vs Attribute.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parent: 00-core
---

<div class="esl-animate-slide up" esl-animate="{repeat: true}">
<h3>Tag vs Attribute declaration</h3>
<h3 class="text-center mb-4">Tag vs Attribute declaration</h3>
<div class="row">
<div class="col-6">
<h4>ESLBaseElement</h4>
Expand Down

0 comments on commit 1c500f1

Please sign in to comment.