mirror of
https://github.com/riwiwa/muzi.git
synced 2026-03-04 00:51:59 -08:00
fix artist images being squished on smaller width
This commit is contained in:
@@ -265,6 +265,7 @@
|
||||
flex-direction: row;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
h1 {
|
||||
color: #FFFFFF;
|
||||
margin: 0;
|
||||
@@ -287,6 +288,19 @@
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
border-radius: 100%;
|
||||
flex-shrink: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.profile-top {
|
||||
justify-content: center;
|
||||
gap: 15px;
|
||||
}
|
||||
.profile-top img {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user