This commit is contained in:
2025-05-13 15:30:34 -07:00
parent b183b2380f
commit e9a43b9af1
3 changed files with 12 additions and 1 deletions

View File

@@ -36,6 +36,11 @@
.image {
height: 100%;
border-right: 160px solid $c-tan;
flex-shrink: 0;
@include media-breakpoint-down(lg) {
border-right: 80px solid $c-tan;
}
}
img {