Skip to content

Commit

Permalink
Update grid.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Dec 16, 2024
1 parent 861be4c commit 1115e2b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layouts/examples/grid.njk
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,31 @@
.tna-container::before {
content: "Container (medium device size)";
}
.tna-container::before {
content: "Nested container (medium device size)";
}
}
@media (max-width: 48em) {
.tna-container::before {
content: "Container (small device size)";
}
.tna-container::before {
content: "Nested container (small device size)";
}
}
@media (max-width: 30em) {
.tna-container::before {
content: "Container (tiny device size)";
}
.tna-container::before {
content: "Nested container (tiny device size)";
}
.tna-container--nested::before {
left: 8.5px;
}
Expand Down

0 comments on commit 1115e2b

Please sign in to comment.