This commit is contained in:
2025-05-13 11:26:55 -07:00
parent df4fcb1d10
commit 3feb79b0cf
3 changed files with 12 additions and 1 deletions

View File

@@ -12,4 +12,10 @@
color: $c-white;
}
}
@include media-breakpoint-down(md) {
.col:last-of-type {
display: none;
}
}
}