Picture Replaced

This commit is contained in:
암냥 2025-03-07 18:07:37 +09:00
commit 607dd617f6
3 changed files with 57 additions and 84 deletions

View file

@ -13,22 +13,3 @@
justify-content: center;
align-items: center;
}
.avatar-background {
background: none;
}
@media (min-width: 768px) {
.avatar-background {
position: relative;
overflow: hidden;
background-image: url("https://f.imnya.ng/profile/banner.CjixG8N2_15mivN.webp");
background-size: cover;
background-position: 400px center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.avatar-background-blur {
backdrop-filter: blur(5px);
}
}