Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nationalarchives/design-system
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 2, 2025
2 parents b334f1e + 0e2d19e commit 9200c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/examples/grid.njk
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,19 @@
}
@media (max-width: 64em) {
.tna-container::before {
.tna-container:not(.tna-container--nested)::before {
content: "Container (medium device size)";
}
}
@media (max-width: 48em) {
.tna-container::before {
.tna-container:not(.tna-container--nested)::before {
content: "Container (small device size)";
}
}
@media (max-width: 30em) {
.tna-container::before {
.tna-container:not(.tna-container--nested)::before {
content: "Container (tiny device size)";
}
Expand Down

0 comments on commit 9200c74

Please sign in to comment.