Skip to content

Commit 61c9e0e

Browse files
committed
lighten background opacity on desktop, remove on mobile
1 parent 7eb912b commit 61c9e0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_sass/includes/project-footer.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
5050
.commonhaus {
5151
img {
5252
margin: 1rem auto ;
53-
background-color: rgba(0, 0, 0, 0.75);
53+
background-color: rgba(0, 0, 0, 0.5);
54+
55+
@media screen and (max-width: 1024px) {
56+
background-color: rgba(0, 0, 0, 0);
57+
}
5458
}
5559
}
5660
}

0 commit comments

Comments
 (0)