@media (min-width: 768px) {
.p-profiles .profile-content .graph {
height: 71px;
}
.p-profiles .profile-content > .cc-2 > .c-column {
width: 100%;
margin-bottom: 1rem;
}
.p-profiles .profile-content > .cc-2 .activity {
padding-bottom: 1rem;
}
}
@media (min-width: 960px) {
.p-profiles .profile-content > .cc-2 {
position: relative;
}
.p-profiles .profile-content > .cc-2 .c-left {
position: relative;
width: calc(77% - 16px);
min-height: 220px;
padding-right: 40px;
margin-right: 0;
margin-bottom: 1.5rem;
z-index: 1;
}
.p-profiles .profile-content > .cc-2 .c-right .cc-2a {
width: calc(23% + 16px);
padding-left: 16px;
margin-left: -16px;
overflow: hidden;
}
.p-profiles .profile-content > .cc-2 .c-right .cc-2a > .c-column {
clear: both;
width: 100%;
margin: 0;
}
.p-profiles .profile-content .c-right:last-child {
float: none;
}
.p-profiles .profile-content .c-right > .block:last-child {
clear: both;
}
.p-profiles .profile-content .c-right > .block .cc-favourites .image-cutter {
max-width: unset;
max-height: unset;
}
.p-profiles .profile-content .c-right > .block .cc-favourites .c-column {
margin-bottom: 1%;
}
}
@HN71, можно у тебя узнать CSS код, чтобы сделать такое же избранное, как у тебя в профиле?@HN71