feat: display banner in profile

This commit is contained in:
Alejandro Gomez 2023-01-13 23:48:24 +01:00
parent 7b345cb4a4
commit 80024bc391
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -27,6 +27,17 @@
.profile .name h2 {
margin: 0;
=======
}
@media (min-width: 720px) {
.profile .banner {
width: 100%;
max-width: 720px;
height: 300px;
margin-bottom: -120px;
}
>>>>>>> c68c73a (feat: display banner in profile)
}