Skip to content

Commit

Permalink
rename to content-container
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Nov 1, 2020
1 parent 22e626f commit 72a7405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grid-expample-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<nav class="menu">
<ul>
<li><button onclick="showSection('.full-bleed')">Full Bleed</button></li>
<li><button onclick="showSection('.six-cards-container')">Six Cards</button></li>
<li><button onclick="showSection('.content-container')">Six Cards</button></li>
<li><button onclick="showSection('.gallery')">Gallery</button></li>
</ul>
</nav>
Expand Down Expand Up @@ -46,7 +46,7 @@
</p>
</section>

<section class="six-cards-container">
<section class="content-container">
<div class="six-cards-wrapper">
<div class="card">
<img class="card__avatar" src="https://avatars.dicebear.com/api/human/1.svg" alt="Avatar 1">
Expand Down
2 changes: 1 addition & 1 deletion grid-expample-website/six-cards.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*** The container on the very base level ***/
.six-cards-container {
.content-container {
display: grid;
grid-template-columns: [full-start] minmax(2rem, 1fr)
[main-start] minmax(min-content, 80rem)
Expand Down

0 comments on commit 72a7405

Please sign in to comment.