- add gif support on pfp and banner
    - center image on pfp and banner in profil page
This commit is contained in:
Kum1ta
2024-09-29 02:15:45 +02:00
parent 31a70311cc
commit 8aac415275
2 changed files with 8 additions and 6 deletions

View File

@ -37,6 +37,7 @@
background-color: #D3D3D3;
margin-bottom: 20px;
position: relative;
background-position: center;
}
#profil .background-card img {
@ -59,6 +60,7 @@
background-color: #D3D3D3;
border: 10px solid #020202;
position: absolute;
background-position: center;
top: -100px;
left: 40px;
}