Skip to content

Commit

Permalink
[TASK] Rename full width class
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Sep 17, 2023
1 parent 2322ae6 commit 3e16ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ If needed, you can also use `.container--small` for a smaller width:
</div>
```

or `.container--full-width` for a full width container:
or `.container--full` for a full width container:

```html
<div class="container container--full-width">
<div class="container container--full">

</div>
```
Expand Down

0 comments on commit 3e16ed8

Please sign in to comment.