Fix colours(fixes #31)

This commit is contained in:
2025-05-14 19:21:01 -04:00
parent 6d8b9d0e47
commit 0b5e54faa6
4 changed files with 13 additions and 9 deletions

View File

@@ -10,6 +10,8 @@
*/
@use "../pg/patterns/core/breakpoints/breakpoints";
@mixin core-colour-samples {
#copystatus {
@@ -48,14 +50,14 @@
gap: 1rem;
margin-bottom: 1rem;
@include break(-lg) {
@include breakpoints.break(-lg) {
display: grid;
grid-template-columns: repeat(2, 1fr);
max-width: 100%;
width: 100%;
}
@include break(-sm) {
@include breakpoints.break(-sm) {
grid-template-columns: auto;
width: 100%;
max-width: 100%;
@@ -79,7 +81,7 @@
width: 20rem;
max-width: 318px;
@include break(-lg) {
@include breakpoints.break(-lg) {
width: 100%;
max-width: 100%;
}