WIP: removed bg image from feature page

This commit is contained in:
moonleay 2023-12-03 19:52:58 +01:00
parent c34662ce2d
commit ffa150d952
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -8,15 +8,16 @@
position: relative;
background-size: contain;
background-color: rgba(183, 183, 183, 0.4);
backdrop-filter: blur(5px);
background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"),
linear-gradient(
180deg,
rgba(2, 0, 36, 0.1) 0%,
rgba(0, 0, 0, 0) 35%,
rgba(0, 0, 0, 0.25) 100%
);
background-color: rgba(0, 0, 0, 0.5);
//background-color: rgba(183, 183, 183, 0.5);
//backdrop-filter: blur(5px);
//background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"),
// linear-gradient(
// 180deg,
// rgba(2, 0, 36, 0.1) 0%,
// rgba(0, 0, 0, 0) 35%,
// rgba(0, 0, 0, 0.25) 100%
// );
&.centered {
grid-column: 1/-1;
@ -31,8 +32,8 @@
justify-content: space-around;
.imgDiv {
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(5px);
//background-color: rgba(0, 0, 0, 0.4);
//backdrop-filter: blur(5px);
padding: 0.5rem;
margin-left: 3rem;