2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/app/assets/stylesheets/desktop/components/user-info.scss

17 lines
290 B
SCSS

.user-info {
&.medium {
flex: 0 0 32%;
margin: 0 2% 4vh 0;
display: flex;
&:nth-of-type(3n) {
margin-right: 0;
}
@media screen and (max-width: $small-width) {
flex: 0 0 48%;
margin-right: 0;
}
.user-image {
width: 55px;
}
}
}