Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Feb 20, 2023
1 parent 772502c commit 29897ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This container needs our Collapse JavaScript plugin to work properly.
Depending on the screen size and for accessibility concerns, you need to write each category title in 2 different ways:

```html
<h3 class="accordion-header footer-heading">
<h3 class="accordion-header footer-heading" id="headingOne2">

<!-- For small screens -->
<button class="accordion-button collapsed container-xxl px-1 d-md-none" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne2" aria-expanded="true" aria-controls="collapseOne2">
Expand Down

0 comments on commit 29897ce

Please sign in to comment.